WebLocation.Start

From Xojo Documentation

Method

WebLocation.Start(highAccuracy As Boolean = False)

New in 2019r2

Supported for all project types and targets.

Starts monitoring the user's location. Setting highAccuracy to True uses more power on mobile devices.

Notes

Only start monitoring the device location when you really need the information especially on mobile devices as monitoring uses a lot of power.

See Also

Request and Stop methods.