0.3.0 #23
@ -121,7 +121,7 @@ public fun MapView(
|
|||||||
featureStore: FeatureStore<Gmc>,
|
featureStore: FeatureStore<Gmc>,
|
||||||
initialViewPoint: ViewPoint<Gmc>? = null,
|
initialViewPoint: ViewPoint<Gmc>? = null,
|
||||||
initialRectangle: Rectangle<Gmc>? = null,
|
initialRectangle: Rectangle<Gmc>? = null,
|
||||||
modifier: Modifier,
|
modifier: Modifier = Modifier.fillMaxSize(),
|
||||||
) {
|
) {
|
||||||
val mapState = MapCanvasState.remember(mapTileProvider, config, initialViewPoint, initialRectangle)
|
val mapState = MapCanvasState.remember(mapTileProvider, config, initialViewPoint, initialRectangle)
|
||||||
MapView(mapState, mapTileProvider, featureStore, modifier)
|
MapView(mapState, mapTileProvider, featureStore, modifier)
|
||||||
|
Loading…
Reference in New Issue
Block a user