Implement nearby location search server without using other providers

المشرف العام

Administrator
طاقم الإدارة
I'm building an application which needs to find nearby locations of places(say: shops, schools etc.) from the provided location(say: latlng of user). However i don't want to depend any providers like google since the place data will be also custom.

Currently I'm using a mysql db with latitude and longitude columns and searching within a limited bound(kind of dump, since it may not contain any places).

Instead of this, how can I implement an optimized nearby search so as to retrieve some specific or in range results(places)?Are there systems or server softwares which can be used for this kind of functionality? Or else how can I tackle this problem?

Thanks!..



أكثر...
 
أعلى