Path Property

GoogleMap Control Artem.Google

GoogleMap Control Path Property
NamespacesArtem.Google.UIGooglePolylinePath
GoogleMap Control v6.0
The ordered sequence of coordinates of the Polyline. This path is specified using an array of LatLngs.
Declaration Syntax
C# Visual Basic
public List<LatLng> Path { get; set; }
Public Property Path As List(Of LatLng)
	Get
	Set
Value
The path.

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