user360072
user360072

Reputation: 31

Store latitudes and longitudes in database for proximity/radius search using Google Maps API, .NET and SQL Server

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.

Upvotes: 1

Views: 523

Answers (1)

Mawg
Mawg

Reputation: 40205

Can you consider a GIS aware/spatially aware database? Many are these days, but some are specialized for GIS. That ought to make your life easier.

Upvotes: 2

Related Questions