|
|
|
|
|
- Remarks
- Required permissions
geoTrackingEnable (Function) In french: géoSuiviActive Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingEnable(ValidateTrackingActivation)
PROCEDURE ValidateTrackingActivation(bTrackingEnabled is boolean, cError is string)
IF NOT bTrackingEnabled THEN
Error(cError)
RETURN
END
STC_Loc = "Location enabled"
Syntax
geoTrackingEnable(<WLanguage procedure>)
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Geolocation
[ + ] This example explains how to perform proximity searches with geolocation : - search around me - search in a city, at a given address, or close to a specific address. The results are displayed in a looper and in a map with markers.
|
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|