Map: remove icon rotation in Google for now

google-maps-v2
Georg Lukas 2020-08-22 14:19:29 +02:00
rodzic 2406f10913
commit bb9f9f96e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -161,7 +161,7 @@ class GoogleMapAct extends Activity with MapLoaderBase
.anchor(0.5f, 0.5f) // center at the middle of the icon
//.infoWindowAnchor(0.5f, 0.0f) // at the top of the icon
.flat(true)
.rotation(sta.course) // TODO fuckers! - the rotation will also influence the info window anchor
//.rotation(sta.course) // TODO fuckers! - the rotation will also rotate the info window anchor
.icon(symbol2marker(sta.symbol))
.title(sta.callQrg())
.snippet(sta.comment))