views:

87

answers:

0

Is there a way for me to create a UITextView/UITextField* that on getting the latitude and longitude of the current location the texf field is autofilled automatically.

I don't want to use Google Maps database, I already have my own that is customised that contains 1,265 entries.

On getting a location that is not in the database, the app should prompt the user to input the name and therefore add this to the existing database.

*I have the option of using a UIPickerView that displays all the entries but this will take up space and won't be convinient for adding new entries.