toggle menu
maplibre-compose
0.1.0
common
switch theme
search in API
maplibre-compose
/
dev.sargunv.maplibrecompose.core.source
/
GeoJsonOptions
/
GeoJsonOptions
Geo
Json
Options
constructor
(
maxZoom
:
Int
=
18
,
buffer
:
Int
=
128
,
tolerance
:
Float
=
0.375f
,
cluster
:
Boolean
=
false
,
clusterRadius
:
Int
=
50
,
clusterMaxZoom
:
Int
=
maxZoom - 1
,
clusterProperties
:
Map
<
String
,
GeoJsonOptions.ClusterProperty
>
=
emptyMap()
,
lineMetrics
:
Boolean
=
false
)