ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Geolocation functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Retrieves the status of the system for position tracking.
Example
IF geoTrackingStatus() = geoTrackingDisabled THEN
RETURN
END
 
// process depending on the active position tracking
Syntax
<Result> = geoTrackingStatus()
<Result>: Integer constant
Tracking system status:
geoTrackingDisabled The location tracking system is disabled.
geoTrackingEnabledThe location tracking system is enabled.
geoTrackingErrorError while retrieving the system activation status. To get more details on the error, use ErrorInfo.
Component: wd290android.aar
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help