Table of Contents

TTMSFNCGoogleMapsMarker Class

Represents a Google marker with clustering, anchor, and overlay view support.

API unit family: TMSFNCGoogleMaps Inherits from: TTMSFNCMapsMarker

Syntax

TTMSFNCGoogleMapsMarker = class(TTMSFNCMapsMarker)

Properties

Name Description
Anchor Specifies the marker image anchor point.
Animation When True, marker animation is enabled.
Clickable When True, the item can receive click events.
Cluster Specifies the cluster that owns the marker.
DefaultAnchor When True, the default marker anchor is used.
DefaultIconSize When True, the default marker image size is used.
Draggable When True, the item can be moved by dragging.
IconHeight Specifies the marker icon height.
IconWidth Specifies the marker icon width.
OverlayView Specifies the overlay view attached to the marker.
ZIndex Specifies the drawing order relative to other map items.

Methods

Name Description
AddOverlayView Adds an overlay view for the marker.