MapLibre Compose API Reference
Toggle table of contents
0.11.1
desktop
Platform filter
desktop
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-native-bindings
/
org.maplibre.kmp.native.util
/
Size
Size
data
class
Size
(
val
width
:
Int
,
val
height
:
Int
)
(
source
)
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
area
Link copied to clipboard
val
area
:
Int
aspect
Ratio
Link copied to clipboard
val
aspectRatio
:
Float
height
Link copied to clipboard
val
height
:
Int
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
width
Link copied to clipboard
val
width
:
Int
Functions
div
Link copied to clipboard
operator
fun
div
(
factor
:
Float
)
:
Size
minus
Link copied to clipboard
operator
fun
minus
(
other
:
Size
)
:
Size
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Size
)
:
Size
times
Link copied to clipboard
operator
fun
times
(
factor
:
Float
)
:
Size
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String