Playing with the new API today, to see if I can port the current application to it, I see that there is no MapView.getOverlays().add(...); It is clear that it is difficult to imagine how an overlay that was previously 2D would be rebuilt when the map is tilted.
I see that there is a function for what is called GroundOverlay , but that does not seem to apply to my case. I also see Polyline , and it looks more suitable for my purpose.
Does anyone have any ideas on how, or if you can add route overlay (I use the Directions API) using the v2 mapping API?
qubz
source share