Class ComputedMarkerAttributes<TUserData>Internal

Internal class that resolves all attributes based on dynamic and static values and makes them behave as if there were only static attributes.

Type Parameters

  • TUserData = unknown

    Can be used to specify a type for the data specified in Marker.setData and available in dynamic attribute callbacks.

Constructors

Properties

backgroundColor?: string
borderColor?: string
classList?: string | string[]
collisionBehavior?: CollisionBehavior
color?: string
content?: HTMLElement
draggable?: boolean
glyph?: string | Element | URL
glyphColor?: string
icon?: string
position?: LatLng
scale?: number
title?: string
zIndex?: number