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
Property | Description | Type | Default |
---|
config | The map provider config object | MapProviderConfig | - |
genericSettings | The generic settings of the map | MapGenericSettings | - |
map-id | The id of the component | string | - |
viewSettings | The view settings of the map | MapViewSettings | - |
Property | Description | Type | Default |
---|
geojson | The 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 | - |
Property | Description | Type | Default |
---|
legend | The 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 | - |
Property | Description | Type | Default |
---|
object | The 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 | - |
Property | Description | Type | Default |
---|
route | The 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 | - |