naver-map-compose
androidJvm
naver-map-location
/
com.naver.maps.map.location
/
FusedLocationSource
Fused
Location
Source
abstract
class
FusedLocationSource
(
context
:
Context
)
:
LocationSource
Members
Constructors
Fused
Location
Source
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
activate
Link copied to clipboard
open
override
fun
activate
(
listener
:
LocationSource.OnLocationChangedListener
)
deactivate
Link copied to clipboard
open
override
fun
deactivate
(
)
has
Permissions
Link copied to clipboard
abstract
fun
hasPermissions
(
)
:
Boolean
on
Permission
Granted
Link copied to clipboard
fun
onPermissionGranted
(
)
on
Permission
Request
Link copied to clipboard
abstract
fun
onPermissionRequest
(
)
set
Compass
Enabled
Link copied to clipboard
fun
setCompassEnabled
(
enabled
:
Boolean
)