toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.types
/
MapProvider
Map
Provider
interface
MapProvider
:
Observable
Provides a common interface when communicating between data layers and the associated map.
Inheritors
MapController
Members
Functions
get
Bearing
Link copied to clipboard
abstract
fun
getBearing
(
)
:
Double
get
Bounds
Link copied to clipboard
abstract
fun
getBounds
(
)
:
LatLonBounds
get
Center
Link copied to clipboard
abstract
fun
getCenter
(
)
:
Coordinate
get
Fov
Link copied to clipboard
abstract
fun
getFov
(
)
:
Double
get
Pitch
Link copied to clipboard
abstract
fun
getPitch
(
)
:
Double
get
Size
Link copied to clipboard
abstract
fun
getSize
(
)
:
Size
get
Zoom
Link copied to clipboard
abstract
fun
getZoom
(
)
:
Double
off
Link copied to clipboard
abstract
fun
off
(
name
:
String
,
callback
:
(
event
:
Any
)
->
Unit
)
on
Link copied to clipboard
abstract
fun
on
(
name
:
String
,
callback
:
(
event
:
Any
)
->
Unit
)