-
The viewport center is always 50% height and width. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is here: mapView.map().viewport().setMapViewCenterY(0.5); |
Beta Was this translation helpful? Give feedback.
-
It works! For some reason, in Kotlin the sequence of:
gives the error about missing property mapViewCenterY (and associated setter and getter)
indeed works perfectly thank you! |
Beta Was this translation helpful? Give feedback.
It is here: