Location Constructor (String) |
doogal.co.uk Home
Initializes a new instance of the
Location class.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Location(
string locationName
)
Public Sub New (
locationName As String
)
public:
Location(
String^ locationName
)
new :
locationName : string -> Location
Parameters
- locationName
- Type: SystemString
Name of the location.
See Also