Skip to content
Guillaume Leclerc edited this page Apr 11, 2016 · 3 revisions

Description

This component display a google maps marker on the map

Properties

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)

Events

  • g-click
  • g-rightclick
  • g-dblclick
  • g-drag
  • g-dragstart
  • g-dragend
  • g-mouseup
  • g-mousedown
  • g-mouseover
  • g-mouseout

Allowed children components

  • 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

Components

... More to come

Global methods

Global objects

Internals

(for contributors)

Utils

Clone this wiki locally