MapView
@Composable
A component that renders map and provides basic map manipulation capabilities
@Composable
Create a MapView with given features group.
@Composable
Draw a map using convenient parameters. If neither initialViewPoint, noe initialRectangle is defined, use map features to infer the view region.
Parameters
initialViewPoint
The view point of the map using center and zoom. Is used if provided
initialRectangle
The rectangle to be used for view point computation. Used if initialViewPoint is not defined.
buildFeatures
a builder for features