WGS84Point Constructor (Double, Double) |
Initializes a new instance of the
WGS84Point class
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic WGS84Point(
double latitude,
double longitude
)
Public Sub New (
latitude As Double,
longitude As Double
)
public:
WGS84Point(
double latitude,
double longitude
)
new :
latitude : float *
longitude : float -> WGS84Point
Parameters
- latitude
- Type: SystemDouble
[Missing <param name="latitude"/> documentation for "M:VelocityDBExtensions.Geo.WGS84Point.#ctor(System.Double,System.Double)"]
- longitude
- Type: SystemDouble
[Missing <param name="longitude"/> documentation for "M:VelocityDBExtensions.Geo.WGS84Point.#ctor(System.Double,System.Double)"]
See Also