maplibre-compose
Toggle table of contents
0.11.1
common
Platform filter
common
Switch theme
Search in API
maplibre-compose
maplibre-compose
/
org.maplibre.compose.util
/
PositionQuad
Position
Quad
data
class
PositionQuad
(
val
topLeft
:
Position
,
val
topRight
:
Position
,
val
bottomRight
:
Position
,
val
bottomLeft
:
Position
)
(
source
)
Members
Constructors
Position
Quad
Link copied to clipboard
constructor
(
topLeft
:
Position
,
topRight
:
Position
,
bottomRight
:
Position
,
bottomLeft
:
Position
)
Properties
bottom
Left
Link copied to clipboard
val
bottomLeft
:
Position
bottom
Right
Link copied to clipboard
val
bottomRight
:
Position
top
Left
Link copied to clipboard
val
topLeft
:
Position
top
Right
Link copied to clipboard
val
topRight
:
Position
Functions
to
Geo
Json
Link copied to clipboard
fun
toGeoJson
(
)
:
Polygon