Mobile Map

Display a map with location markers.

An embedded map using MapBox to display latitude and longitude coordinates as points of interest. It supports default coordinates and can trigger queries when selecting a point.

Map

events object[]

The event handlers configured for the component.

id string

The name of the component.

latitude number

The default latitude.

longitude number

The default longitude.

pluginType string

The component type.

points object[] The points to render. Each point must include `longitude` and `latitude` key-value pairs. Points can include an optional `color` key with HEX color value, and `title` key with string value.
selectedPoint number[]

The latitude and longitude coordinates of the selected point.