Click or drag to resize

GoogleMapServiceGetCoordinates Method

Uses the GoogleMaps API to get the longitude and latitude for the specified address.

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

Parameters

address
Type: SystemString
The address.

Return Value

Type: Coordinate
The longitude and latitude.
See Also