StartLocation Property

GoogleMap Control Artem.Google

GoogleMap Control StartLocation Property
NamespacesArtem.Google.UIDirectionsChangedEventArgsStartLocation
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. StartLocation indicates the actual geocoded origin, which may be different than the start_location of the first step if, for example, the road is not near the origin of this leg.
Declaration Syntax
C# Visual Basic
public LatLng StartLocation { get; set; }
Public Property StartLocation As LatLng
	Get
	Set
Value
The start location.

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