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
)
Public Function GetCoordinates (
address As String
) As Coordinate
Parameters
- address
- Type: SystemString
The address.
Return Value
Type:
CoordinateThe longitude and latitude.
See Also