I have the following activity structure in my application A simple \"splash screen\" activity is started when the application is fired up (let\'s call it \"Splash\"). This activity starts the main ac
i have an address for a location. when i click some button in开发者_Python百科 my app. it should redirect to default google map in android and drop the pin to that particular location. how to do that?
I\'m trying to zoom in on a Google MapView on step in the oncreateMethod of my Activity. Everytime I try to zoom the map via the mapController I get an IllegalArgumentException:
I am using static images in Imageview to show some area. I want to place pin markers that we can create on google maps.
i want set the visibility to itemized overlay in map view. if the zoom level is less than 10 开发者_开发技巧i want to set visibility of overlay is GONE else VISIBLE. how to do that?and also cant set z
i working on map view. i want to put overlay itemon the map view.that overlay items are all depends on currently showing map view and zoom level. how to get current map view\'s longitude and latitude
开发者_如何学CI am trying to determine the most accurate location of a device, in the shortest time possible.
i have another (probably unanswered) question about map views. I have a map view inside a table view cell and i want to disable the table view scrolling if the scrolling begins in the map view. Also t
I have a MapView with a MapItemizedOverlay, like this : Drawable drawable = this.getResources().getDrawable(R.drawable.androidmarker);
I\'m working on a mapview with a marker. When I click the marker it shows a bubble. If I click that bubble it shows the toast perfectly.