public class Marker
extends MapObjectBase
Represents a Marker on the map.
A Marker is a small icon displayed on the map to indicate a location.
The base class MapObjectBase contains the map object and the location on the map at which to display the marker.
The MapObjectStyle object determines the graphic that represents the marker (a circle or user-defined bitmap),
and other styling info such as whether the marker is displayed as "flat" or not.