| RouteDirections Constructor | 
doogal.co.uk Home
 
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
 Syntax
Syntaxpublic RouteDirections(
	string key
)
Public Sub New ( 
	key As String
)
public:
RouteDirections(
	String^ key
)
new : 
        key : string -> RouteDirectionsParameters
- key
- Type: SystemString
 Your Google Maps API key.
 See Also
See Also