We found 1 matches for: state ui: mapbox

An overview of all state ui: mapbox blocks currently available, updated daily!

state: mapbox: map

Initialize a map in an HTML element with Mapbox.js.

In-pins

state key
The state to bind the map to.
access_token
Mapbox access token to be used in the front-end code.
location
Geolocation to center this map to, state-managed using `state.location`
zoom
Zoom level of this map, state-managed using `state.zoom`
map style
Style to be used

Default:
mapbox://styles/mapbox/streets-v11
track user location
Shows users current location instant.

Default:
false
markers
The markers we want to project on to the map. { location: { lat, lon }, color, image_url(opt), scale, rotation }
class
style
attributes

Out-pins

state