feat: display route polylines

This commit is contained in:
LavaDesu 2025-04-15 17:25:47 +10:00
parent 6372614a4d
commit 1d27013c4d
Signed by: cilly
GPG key ID: 6500251E087653C9
7 changed files with 112 additions and 11 deletions

View file

@ -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,
) {