feat: display route polylines
This commit is contained in:
parent
6372614a4d
commit
1d27013c4d
7 changed files with 112 additions and 11 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue