A simple and clean tool for using Web Geolocation API.This tool is a wrapper of the Web Geolocation API. This tool is also available for download using package manager: com.agava.webgeolocation.Demohttps://webgeolocation.website.yandexcloud.netHow to useAdd namespace using Agava.WebGeolocationUse the methods of the static class WebGeolocationGetCurrentPosition(onSuccessCallback, onErrorCallback, options) - get the current position of the deviceWatchPosition(onSuccessCallback, onErrorCallback, options) - register a handler function that will be called automatically each time the position of the device changesClearWatch(watchId) - unregister location/error monitoring handlers previously installed using WatchPositionYou can use Samples folder as a guide.