Can “overlay” size be zoomed together with the google map on android?
问题 I have been able to use "MapActivity" and "ItemizedOverlay" to draw overlays on google maps on android with Eclipse. But when the map is zooming in and out, the overlay does not change size. I want the overlay to be "fixed" on the map, and zoom in and out along with the map. How can this be done? I can't find the tutorial to define a boundary (e.g. with GPS coordinates as corners for the overlay image). Please provide links if you know some. and any other ways of doing it? Many thanks. 回答1: