iOS Interactive Map application? -
i'm trying make application map of high school, in user can click button search either room or locker.... goal have room/locker number correspond point on several hidden "number lines" in different areas on nib file/display, , when input received, corresponding number light or show location (i.e. don't have enter every locker location instance, first , last 1 in each hallway, , number line generated between values enter represent lockers in-between).
i'm using xcode 4.3.3 if helps.... structure-wise wanted use tabbed-application template , have 1 tab actual map, 1 entering locker looking for, , 1 entering room want find. i'm new ios programming don't know if there better way accomplish this, , open suggestions or advice. thanks!
you marry mapkit own database in you'd define coordinates rooms, banks of lockers, etc. see location awareness programming guide shows how integrate maps in app. can imagine define mkoverlay objects rooms , ranges of lockers. or define mkannotation objects points of interest (cafeteria, etc.).
but combination of overlays , annotations using mapkit seems logical solution.
Comments
Post a Comment