Hi all I am new and I am trying to just make a simple gps application
that shows you what street your are on on the map. I am having a
problem with this piece of code.
positionOverlay = new MyPositionOverlay();
List<Overlay> overlays = myMapView.getOverlays();
overlays.add(positionOverlay);
overlays.add(positionOverlay); is breaking the application when I add
it to the code. Anyone has a solution for this?
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en