In my app I\'m trying to get location of beauty salons near my current location. For this purpose I\'m using google places API. As mentioned in the link I\'m trying to get all information about beauty
I have one application. I need to display a map view when we click on Help button. Actually 开发者_高级运维the Help button is in one class and google map is in another class. Now how can we call one m
My problem is I am displaying Google Map with PushPin on Particular Location but in my application if user can click on the pushpin the location name is display in toast or text-view, but i don\'t kno
I try with google maps appli开发者_StackOverflow中文版cation in developer site. Generate api key and runs it in emulator smooth.
how to moves marker(like dot) on google map as device moves (user moves)..... import android.content.Context;
I want to load a lot of Overlays into one MapView. Say i want to load about 10.000 or more Overlays to the Globe.
in my college sir has given topic to do for final year project. So thing is that, can it be possible in Android?
I have created an AnimationDrawable in XML, and it works fine. But on moving the drawable into a MapView as an overlay marker (replacing a static drawable that works fine), the animation stubbornly re
I have made a application in android with map view and I want to publish it on market. So first of all how to export final APK 开发者_StackOverflow中文版from eclipse and second Google map API key for
In my application i want to implement double tap event on map view.For this I\'m using following code but doesn\'t seem to work.Please help me...