Home > @magiclane/maps-sdk > AlarmService > unmonitorArea
AlarmService.unmonitorArea() method
Remove the given geographic area from monitor.
Signature:
unmonitorArea(area: GeographicArea): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
area |
GeographicArea |
The geographic area to monitor. |
Returns:
void
Exceptions
An exception if it fails.