mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:26:31 +00:00
add gps matcher service
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
public class MapConfig
|
||||
{
|
||||
public string Service { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
public string Service { get; set; } = null!;
|
||||
public string ApiKey { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user