-
Notifications
You must be signed in to change notification settings - Fork 12
marker element
stefano edited this page Jan 29, 2017
·
8 revisions
This is the marker element
parameters and predefined values
parameters | type | default values | description |
---|---|---|---|
lat | Input | 52.6 | |
lon | Input | -1.1 | |
mouseover | Input | ||
onclick | Input | ||
iconUrl | Input |
this element implements the following pattern for popup content
examples
<marker-element [lat]=52.65 [lon]=-1.15>
</marker-element>
<marker-element [lat]=52.65 [lon]=-1.15 [mouseover]="'marker B'">
</marker-element>