ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Retrieving the activation status of the provider Hide the details
Activation status of the location provider. The following values can be returned:gpsDisabledThe provider is disabled.gpsEnabledThe provider is enabled.gpsErrorError while retrieving the activation status of the provider. To get more details on the error, use ErrorInfo. This constant is not available.
Asking to be notified when the activation status changes Hide the details
WLanguage procedure ("callback" procedure) called for each notification.This procedure has the following format: PROCEDURE <Procedure name>(<Status>) <Status> is an integer constant corresponding to the new status of the provider.It can take the following values:gpsAvailableThe provider is available.gpsDisabledThe provider was disabled by the user.gpsEnabledThe provider was enabled by the user.gpsOffServiceThe provider is off service.gpsUnavailableThe provider is temporarily unavailable.
Special cases
Required application feature
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: