Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Could you please tell me how can i have different set of overlays for mapviews? please provide the code/link. Commented Sep 11, 2012 at 6:10
  • I dont have any code for it, youve got to figure that out yourself. overlays can be added and removed from the map dynamically. All you need to do is to have separate arraylist of overlays for each address and replace them from the map dynamically. Commented Sep 11, 2012 at 11:31
  • Solved using google static maps... now iam using webview instead of google map view in my xml file. And inflating that webview in my activity and loading the required location by passing latt, longt values to google static maps... Here is the reference : developers.google.com/maps/documentation/staticmaps/… Commented Sep 11, 2012 at 17:51
  • That's a really good alternative. It does have its drawbacks in the sense that the user wont be able to scroll around and see places nearby (if they are out of the map), but I guess in your case this should be good. Commented Sep 11, 2012 at 18:41