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
)
Public Shared Function GetCoordinates (
address As String
) As Coordinate
Parameters
- address
- Type: SystemString
An address.
Remarks
Example:
Examples 1600 Amphitheatre Parkway Mountain View, CA 94043
Return Value
Type:
CoordinateA spatial coordinate that contains the latitude and longitude of the address.
See Also