Click or drag to resize

Coordinate Constructor

Creates a new instance of the object

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Coordinate(
	decimal latitude,
	decimal longitude
)

Parameters

latitude
Type: SystemDecimal
The latitude.
longitude
Type: SystemDecimal
The longitude
See Also