I have faced some problems with the Android MapView API. I get OverlayItems from a database which I want to display in a MapView. If I\'m displaying 100 Icons, I have no issues, but if it gets more -
I need to add a custom base layer to to my map view. My understanding is that the map tiles are exactly the same as the google tiles. They are st开发者_C百科atic files served up in the following forma
I have a MapView in my project where I display a set of items with ItemizedOverlay. When a user taps one of the items a balloon is displayed over it with some info.
I´m getting coordinates from a JS开发者_开发百科ON feed, I get them in UTM32. Does anyone know how I can convert these into latitudes and longitudes so I can display them in my mapview ?
I\'ve created a MapActivity that uses MapView to place drawables on an ArrayList of points I\'ve specified.This works great.
I have a mapview in my app and whenever the user do too much zoom-in or out the mapview crashes. Following is the data allocation I got from DDMS just when the crash happened:
I\'m going through the documentation at Hello, MapView to add a MapView to my Activity. When I launch my Activity, I get an inflation error on the MapView.
I\'m having a problem in my app that I never met before.I\'ve been having this app for a while and runned it thousands of time, but I never got this error.
Does anyone know how I can imitate the zoom animation of the mapkit by setting different regions with a timer ?
Is there anyway I can get some position information for animateTo or current center of the MapView so I can re开发者_StackOverflowstore it later? Also the same for zoom level?