RouteLegEndLocation Property |
doogal.co.uk Home
Gets the end 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 EndLocation { get; }
Public ReadOnly Property EndLocation As LatLng
Get
public:
property LatLng^ EndLocation {
LatLng^ get ();
}
member EndLocation : LatLng with get
Property Value
Type:
LatLngSee Also