0

I am trying to make annotations on a map in Xcode for every gas station and major grocery store. Does anybody have a clue about how to go about this except for entering them in all by hand? Maybe a database of some sort?

And if you do have an idea, please explain so that I can follow along. Sorry, I am very new to this. :) Any help is appreciated!

jszumski
  • 7,430
  • 11
  • 40
  • 53
RoyaltyInCode
  • 11
  • 1
  • 4

1 Answers1

1

If you have access to this data and just want to store it in the app, you should use Core Data.

If you are looking for the data to begin with, see if Factual will work for you.

jszumski
  • 7,430
  • 11
  • 40
  • 53