ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Detection identifier. This identifier can be passed in parameter to GPSStopDetection to interrupt the notification mechanism.
Name of the WLanguage procedure ("callback" procedure) called when the device enters into or exits from the region delimited by the specified parameters. This procedure has the following format: PROCEDURE <Procedure name>(<Enter>, <Detection identifier>) <Enter> is a boolean set to True if the device enters into the region defined by the specified parameters and it is set to False if it exits from the region.<Detection identifier> is an integer corresponding to the value returned by GPSDetectPosition. This identifier is used to differentiate between the detected positions when the same procedure is used to detect several positions.If this procedure returns False, the detection of specified position will be stopped.
Latitude of position whose proximity will be detected.
Longitude of position whose proximity will be detected.
Radius (in meters) around the position whose proximity must be detected from which we want to be notified. If this parameter is not specified, the radius around the position will be set to 50 meters.
Timeout (in hundredths of a second) of the proximity alert. This timeout starts from the call to the function. No timeout will be defined if this parameter is set to -1 or if it is not specified.If this timeout is specified, the notification mechanism will automatically stop at the end of the timeout.This parameter can correspond to: an integer corresponding to the number of hundredths of a second,a Duration variable,Versions 23 and laterthe direct indication of duration (1 s or 10 ms for example). New in version 23the direct indication of duration (1 s or 10 ms for example). the direct indication of duration (1 s or 10 ms for example).
Special cases
Required permissions
Required application feature
Last update: 08/25/2020
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: