ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Geolocation functions
  • Special cases
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Stops the location detection triggered by GPSDetectPosition.
Example
// Active la notification de détection de position
nID is int 
nID = GPSDetectPosition(ProcDétection, 1.145258, 30.968745)

...

// Arrête la notification de détection de position
GPSStopDetection(nID)
Syntax
GPSStopDetection(<Detection identifier>)
<Detection identifier>: Integer
Identifier corresponding to the detection that must be interrupted. This identifier is returned by GPSDetectPosition.
The function has no effect if this identifier corresponds to no current detection.
Remarks

Special cases

  • To stop receiving notifications, use GPSEnd.
  • To stop detecting the proximity of a specific location, you also have the ability to return False in the associated procedure (procedure defined in GPSDetectPosition).
Business / UI classification: Business Logic
Component: wd300device.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
GPS Functions
https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/519-busca-endereco-rota-endereco-das-coordendas-523/read.awp?hl=enderecodascoordenadas

https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/2875-informatica-exemplo-google-maps-com-json-retornando-distancia/read.awp?lastview
BOLLER
10 Nov. 2018

Last update: 03/27/2025

Send a report | Local help