Skip to main content
NextNext2.0.101.0.0
Version: Next

Map

Main component that is responsible for handling all map related functionalities. It serves as an orchestrator exposing a common tunnel state to all its sub components.

// MD for your map

API

Properties

triton-map

PropertyDescriptionTypeDefault
configThe map provider config objectMapProviderConfig-
genericSettingsThe generic settings of the mapMapGenericSettings-
map-idThe id of the componentstring-
viewSettingsThe view settings of the mapMapViewSettings-

triton-map-geojson-layer

PropertyDescriptionTypeDefault
geojsonThe main and only input field of the component.It keeps all the necessary information so a geo json layer can be placed on the map.For more details check GeoJsonLayer definition.GeoJsonLayer-

triton-map-legend

PropertyDescriptionTypeDefault
legendThe main and only input field of the component.It keeps all the necessary information so a legend can be placed on the map.For more details check MapLegend definition.MapLegend-

triton-map-object

PropertyDescriptionTypeDefault
objectThe main and only input field of the component.It keeps all the necessary information so an object can be placed on the map.For more details check MapObject definition.MapObject-

triton-map-route

PropertyDescriptionTypeDefault
routeThe main and only input field of the component.It keeps all the necessary information so a route can be placed on the map.For more details check Route definition.Route-