GeoPoint Constructors
A geographical point on the map.Name | Parameters | Description |
---|---|---|
GeoPoint() | none | Initializes a new instance of the GeoPoint class with default settings. |
GeoPoint(Double, Double) | latitudeDegree, longitudeDegree | Initializes a new instance of the GeoPoint class with the specified latitude and longitude. |
See Also