• GMarker is an overlay
    • GMap2.addOverlay adds a marker to a map
  • A new marker needs a location
    • new GMarker(new GLatLng(0, 0))
  • Marker options
    • title: String the tooltip
    • icon: GIcon the icon.
    • clickable: Boolean if responds to clicks