Пример #1
0
 public string GetCoordinates()
 {
     return(geoInfo != null ? $"{geoInfo.GetLatitude()},{geoInfo.GetLongitude()}" : string.Empty);
 }