Tag

location-based query

1 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Jul 18, 2016 · Backend Development

Implementing Proximity Search with Geohash and Spatial4j in MySQL

This article explains how to build location‑based "nearest" and range queries for O2O applications using MySQL, covering interval search with bounding boxes, Geohash indexing, distance filtering, sorting, and pagination, and provides complete Java and SQL code examples.

BackendMySQLgeohash
0 likes · 10 min read
Implementing Proximity Search with Geohash and Spatial4j in MySQL