Home > @magiclane/maps-sdk > AlarmService > unmonitorAreasByIds

AlarmService.unmonitorAreasByIds() method

Remove the given geographic areas ids from monitor.

Signature:

unmonitorAreasByIds(ids: string[]): void;

Parameters

Parameter

Type

Description

ids

string[]

The ids of the areas to monitor.

Returns:

void

Exceptions

An exception if it fails.