LocationLocationName Property |
doogal.co.uk Home
Gets the name/address of the location.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string LocationName { get; }
Public ReadOnly Property LocationName As String
Get
public:
property String^ LocationName {
String^ get ();
}
member LocationName : string with get
Property Value
Type:
String
The name/address of the location.
See Also