Since MapView.getZoomControls() is deprecated in API level 5, how do
we keep the &*(#$(!!! zoom controls from disappearing ???? (when it
wasn't deprecated you could add the zoom controls to a ZoomControls
view.

I've tried

  mapView.setBuiltInZoomControls(true);
  mapView.displayZoomControls(true);

to no avail, they still require a user touch and disappear after a few
seconds. FYI I'm in satellite mode if that matters.

Its a big problem. Need a way to know whether user is touching the
screen because they want to zoom or because they want to say drop a
pin on that spot. With disappearing zoom controls you cannot achieve
this.

Please help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to