Add Blip
This endpoint allows you to add a new custom blip to your community's live map!
This API endpoint requires the pro version of Sonoran CAD or higher. For more information, see our pricing page.
This framework export handles the Add Blip API endpoint.
Parameters
Property | Type | Description |
---|---|---|
| vector2 | Coordinates of the blip on the map |
| String | Color hex of the blip |
| String | Blip subtype |
| String | Blip tooltip |
| String | Blip icon (from Material UI) |
| Table |
|
| Function | OPTIONAL: Callback function |
Last updated