I am quite a beginner in iPhone programming so this might be a noob question but here it is:
I am making an app which draws a couple of paths on a Google map. The paths are quiet long and require a lot of coordinates as they have bends in them. I want to know if there is a way I could store the coordinates in a different file or class so i could call "make path" from the main implementation file and it would make the path from the coordinates that are stored in a coordinates.m file for example, or anything like that. I want to do this just so that the code is easier to read.
Thnaks!