Hi,
I'm pretty new to iPhone development, but have dabbled in various languages in the past.
I'm trying at present to find an easy way to add a few features to an app for my employer.
We have a network of 300ish stores across UK, and would like to implement a store finder.
I have the view setup with a map view which works, and have added buttons to either find your current location and a search bar to type in the city/town/region and it will add an annotation there.
What I need to do is add in the 300ish store locations. Ideally I'd like to add an accessory view to the callout to include store details such as phone number etc.
This is where I got stuck.
I've got the addresses in a csv file which i've run through the Geocoder at gpsvisualizer.com so I now have the coordinates in the csv, also in this file are the phone numbers etc.
How can I get this data available to my app? (easiest method please!)
I thought I might be able to read in the file, but as it's an iphone app don't know if thats possible.
If i can just get the annotations added I can worry about filtering them later for just the closest ones!
Can anyone help please had a useless afternoon of googling so far on this.
I'm pretty new to iPhone development, but have dabbled in various languages in the past.
I'm trying at present to find an easy way to add a few features to an app for my employer.
We have a network of 300ish stores across UK, and would like to implement a store finder.
I have the view setup with a map view which works, and have added buttons to either find your current location and a search bar to type in the city/town/region and it will add an annotation there.
What I need to do is add in the 300ish store locations. Ideally I'd like to add an accessory view to the callout to include store details such as phone number etc.
This is where I got stuck.
I've got the addresses in a csv file which i've run through the Geocoder at gpsvisualizer.com so I now have the coordinates in the csv, also in this file are the phone numbers etc.
How can I get this data available to my app? (easiest method please!)
I thought I might be able to read in the file, but as it's an iphone app don't know if thats possible.
If i can just get the annotations added I can worry about filtering them later for just the closest ones!
Can anyone help please had a useless afternoon of googling so far on this.