Map H3
Type: map-h3
Map that emits H3 cell at center.
Supports children: No
Interactive map that emits the H3 hex cell at the map center. Resolution can be fixed or auto-derived from zoom.
Example — auto-resolution, send on move
{
"type": "map-h3",
"props": {
"param": "hex_id",
"autoSend": true,
"sendOnMove": true
}
}
Example — fixed resolution
{
"type": "map-h3",
"props": {
"param": "hex_id",
"h3Res": 7,
"centerLng": -74,
"centerLat": 40.7
}
}
Every widget is defined as { "type": "map-h3", "props": { ... } }. The properties below describe the props object.
Props
Loading ....
Raw schema
Download the full schema file: /widget-schema/map-h3.json