Click or drag to resize
GeocoderGeocode Method
doogal.co.uk Home



Geocodes the specified address.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<Location> Geocode(
	string address
)

Parameters

address
Type: SystemString
The address.

Return Value

Type: IEnumerableLocation
An array of possible locations
See Also