コード例 #1
0
 new GeoJson2DGeographicCoordinates(value.Longitude, value.Latitude));
コード例 #2
0
 set => BackingLocation = new Point(value.Longitude, value.Latitude);