Posts by user113234 • 37 points
1 post
- 
		3 votes2 answers13123 viewsA: Identify if set of coordinates is within a radius on AndroidMore gold!!! SELECT *,(RAIO_TERRESTRE * acos( cos(radians(PARAMETRO_LATITUDE)) * cos(radians(COLUNA_LATITUDE)) * cos(radians(PARAMETRO_LONGITUDE) - radians(COLUNA_LONGITUDE)) +…