Remove Blip
This endpoint allows you to remove custom blips from your community's live map.
function removeBlip(ids, cb) {
exports["sonorancad"].performApiRequest({
"ids": ids
}, "REMOVE_BLIP", function (res) {
if (cb !== null) {
cb(res);
}
});
}Parameters
Property
Type
Description
Last updated
Was this helpful?

