Enable user to search for a location in GMaps in android apps
I am new to android development, I have enable gmap view in my application, no开发者_如何学JAVAw I want to enable user to search for a location in GMaps, I have searched alot but can not find, way, Please suggest me some Idea or web links. Thanx
You need to use the MapOverlay class in your activity. How to implement google maps search by address in Android? will help you do that. (Check the first answer)
精彩评论