doogal.co.uk Home
Geocodes the specified address.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<Location> Geocode(
string address
)
Public Function Geocode (
address As String
) As IEnumerable(Of Location)
public:
IEnumerable<Location^>^ Geocode(
String^ address
)
member Geocode :
address : string -> IEnumerable<Location>
Parameters
- address
- Type: SystemString
The address.
Return Value
Type:
IEnumerableLocationAn array of possible locations
See Also