Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.context
/
MapViewContext
Map
View
Context
sealed
interface
MapViewContext
:
MapContext
Inheritors
MapViewCameraContext
Members
Types
Companion
Link copied to clipboard
object
Companion
Light
Dark
Mode
Link copied to clipboard
enum
LightDarkMode
:
Enum
<
MapViewContext.LightDarkMode
>
Properties
auxiliary
Terrains
Link copied to clipboard
abstract
val
auxiliaryTerrains
:
Map
<
TerrainId.Auxiliary
,
Terrain
>
buildings
Link copied to clipboard
abstract
val
buildings
:
Set
<
Building
>
color
Transformation
Mode
Link copied to clipboard
abstract
val
colorTransformationMode
:
ColorTransformationMode
?
coordinate
Bounds
Link copied to clipboard
abstract
val
coordinateBounds
:
CoordinateBounds
<
MapPoint
>
default
Terrain
Link copied to clipboard
abstract
val
defaultTerrain
:
Terrain
density
Link copied to clipboard
abstract
val
density
:
Float
height
Link copied to clipboard
abstract
val
height
:
Int
light
Dark
Mode
Link copied to clipboard
abstract
val
lightDarkMode
:
MapViewContext.LightDarkMode
lights
Mode
Link copied to clipboard
abstract
val
lightsMode
:
LightsMode
?
map
Projection
Link copied to clipboard
abstract
val
mapProjection
:
MapProjection
path
Network
Link copied to clipboard
abstract
val
pathNetwork
:
PathNetwork
?
safe
Area
Insets
Link copied to clipboard
abstract
val
safeAreaInsets
:
Rect
width
Link copied to clipboard
abstract
val
width
:
Int
Functions
is
Location
In
Bounds
Link copied to clipboard
abstract
fun
isLocationInBounds
(
location
:
Location
)
:
Boolean