Пример #1
0
 public bool IsEastOfOrEqualTo(GeoPoint other, int precision = EarthGeo.GeoPrecision)
 {
     return(IsEastOf(other) || Longitude.EqualsAtPrecision(other.Longitude, precision));
 }