fix issue

This commit is contained in:
Thomas Fransolet 2024-03-08 17:17:41 +01:00
parent 2421ce6fa5
commit 466c18a6b2

View File

@ -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