RouteLegStartLocation Property |
doogal.co.uk Home
Gets the start location of this leg of the route.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public LatLng StartLocation { get; }
Public ReadOnly Property StartLocation As LatLng
Get
public:
property LatLng^ StartLocation {
LatLng^ get ();
}
member StartLocation : LatLng with get
Property Value
Type:
LatLngSee Also