mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:26:31 +00:00
add map support for gps denied
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Azaion.Common.DTO.Config;
|
||||
|
||||
public class MapConfig
|
||||
{
|
||||
public string Service { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user