Package-level declarations

Functions

Link copied to clipboard
fun Geolocator.Companion.browser(dispatcher: CoroutineDispatcher = Dispatchers.Default): Geolocator

Create a new Geolocator that uses the BrowserLocator for geolocation operations.

Link copied to clipboard
fun BrowserGeolocator(dispatcher: CoroutineDispatcher = Dispatchers.Default): Geolocator

Create a new Geolocator that uses the BrowserLocator for geolocation operations.

Link copied to clipboard
fun Geolocator(dispatcher: CoroutineDispatcher = Dispatchers.Default): Geolocator

Create a new Geolocator that uses the BrowserLocator for geolocation operations.