Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters that are common to all marker customization functions. No object of this class is provided directly to any marker customization function; an object of one of its descendent classes is provided instead.

Hierarchy

Index

Properties

defaultOptions: MarkerOptions

The default options used to create this marker.

isNew: boolean

If true, the marker was newly created, and the marker customization function is being called for the first time, before the marker has been added to the map view. False otherwise.

marker: Marker

The marker. Any customizations should be made to this object directly.

Generated using TypeDoc