Hi!

I've started a new google android project and I want to add zoom
controls to my map. Supposedly that should work like this:

mapView = (MapView) findViewById(R.id.mapview);
mapView.setBuiltInZoomControls(true);

Unfortunately that doesn't work. I do have the mapView, but when I try
to set the defaulzoomcontrols it gives me errors. When I try to debug
Eclipse tell me:

Source not found.

I can't see what's going wrong and I don't know how to fix that Source
not found error. I've tried adding some seemingly relevant directories
and/or namespaces via Edit source lookup path, but that's mostly
guesswork and doens't work anyway.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to