addMarker
Add a point marker to a 3D globe at geographic coordinates. Returns an entity ID for later management.
Instructions
Add a point marker at geographic coordinates. Returns { success, data: { entityId }, message? }; keep entityId for removeEntity.
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) |