feat: display route polylines
This commit is contained in:
parent
6372614a4d
commit
1d27013c4d
7 changed files with 112 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ actual fun Maps(
|
|||
modifier: Modifier,
|
||||
markers: List<Marker>,
|
||||
polylines: List<Polyline>,
|
||||
newCameraPosition: Point?,
|
||||
newCameraPosition: Pair<Point, Pair<Point, Point>?>?,
|
||||
cameraPositionUpdated: () -> Unit,
|
||||
extInsets: Int,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue