doogal.co.uk Home
Initializes a new instance of the
Geocoder class.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Geocoder(
string key
)
Public Sub New (
key As String
)
public:
Geocoder(
String^ key
)
new :
key : string -> Geocoder
Parameters
- key
- Type: SystemString
Your Google Maps API key.
See Also