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

@ -108,7 +108,7 @@ fun Searcher(
.fillMaxWidth()
.padding(horizontal = 16.dp, vertical = 4.dp)
.clickable {
onTextChange("${route.routeNumber} - ${route.routeName}")
onTextChange(route.getShortFullName())
onExpandedChange(false)
onRouteChange(route)
}