MySQL Spatial Data Schema
Does anyone know how to set up a point type in a MySQL schema? I want to take advantage of spatial indexes and spatial helper functions.
Currently, I am using latitude and longitude coordinates and doing some funky sin and cosine math to get all entities in a radius
Currently, I am using latitude and longitude coordinates and doing some funky sin and cosine math to get all entities in a radius