new GeoJson2DGeographicCoordinates(value.Longitude, value.Latitude));
 set => BackingLocation = new Point(value.Longitude, value.Latitude);