IPhone geo tagging data (SQLite or CoreData)
Posted
by user267980
on Stack Overflow
See other posts from Stack Overflow
or by user267980
Published on 2010-03-26T13:31:06Z
Indexed on
2010/03/26
13:33 UTC
Read the original article
Hit count: 153
iphone
|geospatial
Hi. I'm about to build an app that has a database of places that has a location (lon/lat) and i'm about to build the dataModel. Actualy the app is very simple and all i want is to be able to fetch all places around the user (say in a radius of 30miles).
Is it better to user SQLite (is there any geo-spatial extension out there)?
I'll have around 5000 places in the database and i'm wondering where i can ask a database without affecting performances.
© Stack Overflow or respective owner