I know this is the way to start a street view Intent: String ur开发者_如何学编程iString = \"google.streetview:cbll=44.640381,-63.575911&cbp=1,90,,0,1.0\";
i am using MapActivity in my application to show map and for that i have a class named MapItemizedOverlay which extends ItemizedOverlay. I added an AlertDialog on onTap() function of MapItemizedOverla
I have some small graphs on display over mapactivity. And when one of these graphs are clicked want to show up detailed graph with transparency over the google map.
I am using a MapActivity. I take a set of GeoPoints from a webserver using JSON and parse it to decoded the Polyline code into geo-points (latitude and longitude) which are then stored in ArrayList<
I have built an android application which has a single mapview. I have a bug where the map view occasionally has missing tiles.The map view is not completely blank some tiles appear but not all of th
I\'m investigating MapActivities, and what I\'m attempting to do is to change the default marker of MyLocationOverlay from the default circle to the marker that google maps uses (the blue arrow head)
i have an MapActivity in my application. I included it at my manifest file but when i run the application , everything runs fine except the MapActivity, Whenever i try to start MapActivity by clicking
I have a MapActivity. It shows a Google map with some markers on it. While the MapActivity is running, i want to add some new markers on the map by using code, Also want to remove the previous markers
In my app I displayed on map 2 locations and I marked them with a marker. Now, I want to draw the route between them,and I don\'t know how can I do this. How should my function draw look like?
I\'m trying to get the Map demos working, as provided in the Google API sample projects. I am using AVDs and have tried with versions 8, 10