Spot Anchoring Widget
Widget Type: rc-spot-anchoring

Lets an operator anchor Spot's GraphNav waypoints into a parent frame on the 3D map. Builds on the shared environment config (Mapbox token, Google Maps API key, optional origin and tiles URL).
Configuration
mapBoxToken Mapbox token used to render the base map.
googleMapsApiKey Google Maps API key used for base imagery.
origin (optional) Origin used when creating a new scene.
tilesUrl (optional) Tile server URL.
seedFrame (optional) Seed frame used as the anchoring reference.
darkMode (optional) When true, renders the panel in dark mode. Defaults to false.
Example
{
"mapBoxToken": "<your-mapbox-token>",
"googleMapsApiKey": "<your-google-maps-key>",
"seedFrame": "seed",
"darkMode": false
}