Add Blips
This endpoint allows you to add a new custom blip to your community's live map!
function addBlips(blips, cb) {
exports["sonorancad"].performApiRequest(blips, "ADD_BLIP", function (res) {
if (cb != null) {
cb(res);
}
});
}Parameters
Property
Type
Description
Last updated
Was this helpful?

