Home > @magiclane/maps-sdk > MarkerInfo

MarkerInfo class

Signature:

export declare class MarkerInfo 

Constructors

Constructor

Modifiers

Description

(constructor)()

Constructs a new instance of the MarkerInfo class

Properties

Property

Modifiers

Type

Description

coordinates

Coordinates | null

info

Record<string, any> | null

mapController

GemMap | null

screenCoordinates

{ x: number; y: number; }

screenCoordinatesNotifier

{ value: { x: number; y: number; }; }

Methods

Method

Modifiers

Description

equals(other)

hashCode()

setCoordinates(coords)