I'm building a django app that requires to display (on google map) items near the user current location. (ie. the nearest coffee shop kind of request). I haven't decided how I will capture those items' location in db. The requirements aren't final but I'm guessing the user will want to sort by distance, etc. My question is what solution should I look into? I looked at geodjango but it seems to be an overkill. Could you please tell me what solution you would use and why?
Thanks everyone!