app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.usecase
/
Viewport
Viewport
data
class
Viewport
(
val
latNorth
:
Double
,
val
latSouth
:
Double
,
val
lonWest
:
Double
,
val
lonEast
:
Double
,
val
zoom
:
Double
)
Members
Constructors
Viewport
Link copied to clipboard
constructor
(
latNorth
:
Double
,
latSouth
:
Double
,
lonWest
:
Double
,
lonEast
:
Double
,
zoom
:
Double
)
Properties
lat
North
Link copied to clipboard
val
latNorth
:
Double
lat
South
Link copied to clipboard
val
latSouth
:
Double
lon
East
Link copied to clipboard
val
lonEast
:
Double
lon
West
Link copied to clipboard
val
lonWest
:
Double
zoom
Link copied to clipboard
val
zoom
:
Double