Store latitudes and longitudes in database for proximity/radius search using Google Maps API, .NET a
Posted
by poojad
on Stack Overflow
See other posts from Stack Overflow
or by poojad
Published on 2010-06-09T04:58:30Z
Indexed on
2010/06/09
5:02 UTC
Read the original article
Hit count: 196
What is the approach for storing the latitudes and longitudes for multiple addresses as a one time set up. I need to find the nearby stores using Google Maps and I have to get the latitudes and longitudes of all the available stores. As the data is huge and may increase or change in future, can anyone suggest an approach taking performance and maintenance into consideration.
Thank you.
© Stack Overflow or respective owner