This endpoint allows you to add a new custom blip to your community's live map!
Last updated 2 years ago
Was this helpful?
This API endpoint requires the pro version of Sonoran CAD or higher. For more information, see our page.
This framework export handles the .
function addBlips(blips, cb) { exports["sonorancad"].performApiRequest(blips, "ADD_BLIP", function (res) { if (cb != null) { cb(res); } }); }
blips
Table
Table of
cb
Function
OPTIONAL: Callback function