Reputation: 1
I want to store a grid which is nothing but a list of latitude and longitudes in MySQL. From MySQL documentation i realised multipoint datatype is one way to do this, is my understanding correct? Also what would be the best possible way to do this?
Upvotes: 0
Views: 94