EndLocation Property

GoogleMap Control Artem.Google

GoogleMap Control EndLocation Property
NamespacesArtem.Google.UIDirectionsChangedEventArgsEndLocation
GoogleMap Control v6.0
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations. EndLocation indicates the actual geocoded destination, which may be different than the end_location of the last step if, for example, the road is not near the destination of this leg.
Declaration Syntax
C# Visual Basic
public LatLng EndLocation { get; set; }
Public Property EndLocation As LatLng
	Get
	Set
Value
The end location.

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)