Hi, I am creating an app where i need to use map view and allow users to search for an address. However I do not need the full Maps app functionality. how can I perform a search like in The maps app ( where it auto completes the address) in my own MapVeiw?
thanks but I need the opposite - getting the long and lat based on an address but I don't just wanna call GetFromLocationName(string address) on just some types text i want it to have like auto complete like the google search has for their map app.
Jason
2010-08-26 04:37:44
Yes that's right, but somehow you'd need to show the addresses by considering your location context, right? Otherwise you'd have to probably load too much records ;)
Juri
2010-08-26 06:11:11
OK thanks I belive you are saying I have to do it myslef was hoping there is a way to use the google one allready made but gues not.. thnaks
Jason
2010-08-26 17:25:50