Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
MapCameraPosition
Map
Camera
Position
data
class
MapCameraPosition
(
val
latitude
:
Double
,
val
longitude
:
Double
,
val
zoom
:
Double
)
(
source
)
Members
Constructors
Map
Camera
Position
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
,
zoom
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
zoom
Link copied to clipboard
val
zoom
:
Double