Closed fne00 closed 1 month ago
Interesting topic! This problem is not related to google_maps package, you should have the same problem with a JS implementation. I don't have free time to search for a solution but I guess other people on the JS world had faced the same issue. Try to google/stackoverflow your problem in the JS world.
Thanks - Will look in the JS world as suggested.
I overlay tiles from a KMZ file with OverlayView.
This works well, except when the underlying map is tilted or rotated (using the default controls on the map when zoomed in).
My draw function is:
It appears that the
overlayProjection.fromLatLngToDivPixel
does not handle tilting/rotation? Or am I missing something?Without tilt:
With Tilt: