works?
This commit is contained in:
@@ -377,7 +377,7 @@ fun OpenStreetMapScreen(context: Context? = null) {
|
||||
// Add tile layer
|
||||
mapState.addLayer(tileStreamProvider)
|
||||
|
||||
/* Add a marker at the center of the map */
|
||||
// Add a marker for target position
|
||||
mapState.addMarker("target_position", x = longitudeToXNormalized(14.0), y = latitudeToYNormalized(50.0)) {
|
||||
Column(horizontalAlignment = Alignment.CenterHorizontally) {
|
||||
Icon(
|
||||
|
||||
Reference in New Issue
Block a user