Click or drag to resize

GeocodeGetCoordinates Method

Gets a Coordinate from a address.

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Coordinate GetCoordinates(
	string address
)

Parameters

address
Type: SystemString
An address.
Remarks
Example:
Examples
1600 Amphitheatre Parkway Mountain View, CA 94043

Return Value

Type: Coordinate
A spatial coordinate that contains the latitude and longitude of the address.
See Also