addMarker
Add a marker point at specified coordinates on a 3D globe. Returns a layer ID for later operations like changing color, size, or label.
Instructions
Add a marker point at specified coordinates, returns layerId for later operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Custom layer ID (auto-generated if omitted) | |
| size | No | Point size (pixels) | |
| color | No | Marker color (CSS format) | #3B82F6 |
| label | No | Label text | |
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |