This API is used to enable and disable the positioning service.
All other positioning functionality is provided by the Positioning.
All the functions of this API are provided by the positioningService application service.
Here's a code sample binding to Positioning services:
bindings: { clientExe.clientComponent.le_posCtrl -> positioningService.le_posCtrl }
To request that the positioning service be activated, call le_posCtrl_Request().
To release the positioning service when finished with it, call le_posCtrl_Release().
If the positioning service is already active when le_posCtrl_Request() is called, it will remain active. This happens if another application has already requested that the positioning service be activated and not yet released the positioning service.
The positioning service (and associated devices) will not necessarily be switched off when an application calls le_posCtrl_Release(). The positioning service will be switched off only after all applications that have requested that the positioning service be active have also released the positioning service.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.