ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Geolocation functions
24 results
Constants used by the geo-localization functions
Returns the direction represented by a location in relation to another one.
Returns the distance between the two locations. This distance is expressed in meters by default.
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
Retrieves the coordinates of the geographic area that corresponds to a given description.
The following functions are used to handle geolocation data and to control GPS devices...
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
Disables the tracking of user positions for a WINDEV Mobile application.
Enables the management of location tracking in a WINDEV Mobile application.
Defines the WLanguage procedure that will be called when the location of the user changes.
Retrieves the status of the system for position tracking.
Asks to be notified when the device gets close to a given location.
Indicates the end of the use of geolocation functions.
Requests to be notified periodically of the device's current location.
Retrieves information about the current device position.
Returns the information about the location provider used by the application for geolocation functions.
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Retrieves the information about the last known device position.
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
Stops the location detection triggered by GPSDetectPosition.
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
1 document
WLanguage procedure ("callback") called by geoGetAddress.