'Declaration Protected MustOverride Function GeoLocateAddress( _ ByVal address As String _ ) As LonLat(Of Double)
protected abstract LonLat<double> GeoLocateAddress( string address )
Parameters
- address
- Address to geocode.
Return Value
A point where the X and Y values represent the Longitude and Latitude of the given address.
If the address cannot be located, the point returned has X and Y values set to double.NaN.