'Declaration Public Function GetLocation( _ ByVal address As String _ ) As LonLat(Of Double)
public LonLat<double> GetLocation( string address )
Parameters
- address
- Address to be located.
Return Value
A point that represents the location of the given address.