I want to display a MapView that may be used to select a point to be displayed by StreetView in a开发者_高级运维 separate area.I know that the API disallows multiple MapViews in a single process.
How to change the position of the Map controller (zoo开发者_JS百科n in/out) in MapView in android other than the default position in the bottom ?zoomView = (LinearLayout) mapView.getZoomControls();
I am using a URL connection to connect Google maps web service and get the result in KML format and parse it and display it on MapView. I put this operations in a thread, but I get this error that I d
I am trying to create a layout consists of mapview and textfield and buttons align at the bottom of the layout
I am working with the mapview in AppKit. I have a map with pins which, when tapped, bring up an annotation with text in them.When the strings are too long, they cut off with elipses.
while the application execute only the mapView back ground and the logo at the given location is appear. the开发者_开发技巧 map is not able to visible.Have You created map API key for your PC? If not
I am writing an Android application that uses Google Maps MapView to display maps. The application works fine in the emulator, but when I try to run it on an actual device it will not load any map til
im working on map view and i have set four views normal , Satellite ,Traffic and Street normal and satellite is working fine but when i click on street and traffic its not get associated views here is
I my application there is button \"show me\",and a spinner to choose radius ,and one button \"search\" to search results,,
Is there a way to draw path along the streets. I\'m getting coords from gps and drawing path with overlayby them, but sometimes pathes are 开发者_如何学运维little curvy. Can i bind them to streets?