|
- Managing locks
- Retrieved properties
- Operating mode in iPhone/iPad
- Required permissions
- Required application feature
- Browsers allowing the geolocation
GPSGetPosition (Function) In french: GPSRécupèrePosition
MyPosition is geoPosition MyPosition = GPSGetPosition() // Checks the position validity with ErrorOccurred IF ErrorOccurred THEN RETURN Info(" Latitude : " + MyPosition..Latitude) Info(" Longitude : " + MyPosition..Longitude)
Versions 16 and later New in version 16 Remarks Managing locks GPSGetPosition is a locking function until the current device position was retrieved or until the timeout defined by the <Timeout> parameter has expired. If the function is called in the main thread of the application, an hourglass will be displayed during the function execution. The message displayed by the hourglass can be specified via the <Message> parameter. Otherwise, the execution of secondary thread will be locked during the function execution and no hourglass will be displayed. Remark: To find out the last known device position without timeout, use GPSLastPosition. Caution, the positioning information that was retrieved may not correspond to the current device position if the device was moved while the GPS signal was not valid for example. To find out the date and time at which the position was calculated, use the ..MeasurementDate property of the geoPosition variable. Versions 17 and later New in version 17 Versions 21 and later New in version 21 Business / UI classification : Business Logic Component : wd260java.dll
This page is also available for…
|
|
|
| |
| | https://youtu.be/4MqAx_qiFts
https://windevdesenvolvimento.blogspot.com/2019/01/dicas-1987-windev-mobile-dicas-14.html |
|
|
|
| |
| |
| |
|
| | 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 |
|
|
|
| |
| |
| |
|
| | https://youtu.be/bSk0ysOlacE |
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |