-
Notifications
You must be signed in to change notification settings - Fork 12
polyline element
stefano edited this page Jan 29, 2017
·
5 revisions
This is the polyline element
parameters and predefined values
parameters | type | default values | description |
---|---|---|---|
latlngs | Input | [[52.6, -1.1],[52.605, -1.1], [52.606, -1.105], [52.697, -1.109]] |
|
mouseover | Input | ||
onclick | Input | ||
Options | Input | leaflet's default | |
polyline | Internal | ||
inheritedOptions | Internal | ||
originalObject | Internal | ||
globalId | Internal | Unique Identifier |
this element implements the following pattern for popup content
fill from Options is always false
examples
<polyline-element [latlngs]="[[52.6, -1.1],[52.605, -1.1], [52.606, -1.105], [52.697, -1.109]]">
</polyline-element>