-
Notifications
You must be signed in to change notification settings - Fork 654
Marker
Guillaume Leclerc edited this page Apr 11, 2016
·
3 revisions
This component display a google maps marker on the map
All the properties are the ones from the Google map Marker object. Here is the list. If you want more details about them read the Google Maps documentation.
- animation (2w)
- attribution (1w)
- clickable (2w)
- cursor (2w)
- draggable (2w)
- icon (2w)
- label (1w)
- opacity (1w)
- place (1w)
- position (2w)
- shape (2w)
- title (2w)
- zIndex (2w)
- visible (2w)
- g-click
- g-rightclick
- g-dblclick
- g-drag
- g-dragstart
- g-dragend
- g-mouseup
- g-mousedown
- g-mouseover
- g-mouseout
- InfoWindow: If you add an InfoWindow as a child of a Marker then the Info window will follow the position of the marker and a click on the marker will toggle the visibility of the InfoWindow
Other components will be rendered as if they were not siblings of the Marker Component
- Map
- [MapComponent](Extending Components)
- Marker
- Cluster
- InfoWindow
- Polyline
- Circle
- Rectangle
- PlaceInput
... More to come
(for contributors)