toggle menu
ktgbotapi
js
switch theme
search in API
tgbotapi.webapps
/
dev.inmo.tgbotapi.webapps.location
/
LocationManager
Location
Manager
external
interface
LocationManager
Members
Properties
is
Access
Granted
Link copied to clipboard
abstract
val
isAccessGranted
:
Boolean
is
Access
Requested
Link copied to clipboard
abstract
val
isAccessRequested
:
Boolean
is
Inited
Link copied to clipboard
abstract
val
isInited
:
Boolean
is
Location
Available
Link copied to clipboard
abstract
val
isLocationAvailable
:
Boolean
Functions
get
Location
Link copied to clipboard
abstract
fun
getLocation
(
callback
:
(
location
:
LocationData
)
->
Unit
)
init
Link copied to clipboard
abstract
fun
init
(
callback
:
(
)
->
Unit
=
definedExternally
)
open
Settings
Link copied to clipboard
abstract
fun
openSettings
(
)