public string GoogleMaps( string address, out double latitude, out double longitude )
Public Function GoogleMaps ( address As String, <OutAttribute> ByRef latitude As Double, <OutAttribute> ByRef longitude As Double ) As String
In This Article