Is there any way to draw map overlay (like iOS MKOverlayView) in Android? (MapView tutorial)[https://developers.google.com/maps/documentation/android/hello-mapview%5D covers only itemized overlay items, but I need something like this: 
(source: cluttr.com)
In other words, I want to draw my own map over Google map, so, there should be method like drawMap(Rect, zoomScale, …); Any suggestion?
Thank You!
It looks like there is no any special magic interface in Android… So, I’m gonna use standard maps and implement tile rendering engine from scratch. Overlay and override draw method with something like this: