Click or drag to resize

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)
Syntax
public WGS84Point(
	double latitude,
	double longitude
)

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