fix issue
This commit is contained in:
parent
2421ce6fa5
commit
466c18a6b2
@ -8,7 +8,7 @@ namespace Manager.Interfaces.DTO
|
|||||||
public class MapDTO
|
public class MapDTO
|
||||||
{
|
{
|
||||||
public int zoom { get; set; } // Default = 18
|
public int zoom { get; set; } // Default = 18
|
||||||
public MapTypeApp mapType { get; set; } // Default = Hybrid
|
public MapTypeApp? mapType { get; set; } // Default = Hybrid
|
||||||
public List<GeoPointDTO> points { get; set; }
|
public List<GeoPointDTO> points { get; set; }
|
||||||
public string iconResourceId { get; set; }
|
public string iconResourceId { get; set; }
|
||||||
public string iconSource { get; set; } // url to firebase storage or on internet
|
public string iconSource { get; set; } // url to firebase storage or on internet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user