docs
Toggle table of contents
35.1.0
js
Target filter
js
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.webapps.location
/
LocationManager
Location
Manager
js
external
interface
LocationManager
(
source
)
Members
Properties
is
Access
Granted
Link copied to clipboard
js
abstract
val
isAccessGranted
:
Boolean
is
Access
Requested
Link copied to clipboard
js
abstract
val
isAccessRequested
:
Boolean
is
Inited
Link copied to clipboard
js
abstract
val
isInited
:
Boolean
is
Location
Available
Link copied to clipboard
js
abstract
val
isLocationAvailable
:
Boolean
Functions
get
Location
Link copied to clipboard
js
abstract
fun
getLocation
(
callback
:
(
location
:
LocationData
)
->
Unit
)
init
Link copied to clipboard
js
abstract
fun
init
(
callback
:
(
)
->
Unit
=
definedExternally
)
open
Settings
Link copied to clipboard
js
abstract
fun
openSettings
(
)