Re: [android-developers] Draw icons depending of zoom

2012-03-08 Thread Yaron Reinharts
Did you try to implement your own Overlay? http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/Overlay.html Hope this helps /Yaron -- Yaron Reinharts Smart Drive Applications http://www.poncho.co.il/gateaway.php https://market.android.com/details?id=com.poncho.gs

[android-developers] Draw icons depending of zoom

2012-03-08 Thread Grontag
Hi all. I am developing an application that draws icons on a map. But i need to draw them dynamically: if the user does zoom in the map, if zoomLevel is > 10, draw this icon, in other case draw that other icon. I've been the whole morning reading and searching the web, and found nothing that works