Home > @magiclane/maps-sdk > AlarmService > monitorWithoutRoute
AlarmService.monitorWithoutRoute property
Whether alarms are triggered when navigating without an active route.
When true, landmark and overlay item alarms are triggered while freely exploring the map. When false, alarms are only triggered during active navigation or simulation on a route.
Signature:
get monitorWithoutRoute(): boolean;
set monitorWithoutRoute(value: boolean);