tags:

views:

31

answers:

1

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?

A: 

These resources may help you:

Juri
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
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
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