Tagged articles
3 articles
Page 1 of 1
SpringMeng
SpringMeng
Dec 22, 2025 · Industry Insights

Why Does a Map API Cost Up to ¥50,000 per Year?

The author recounts how a tutoring mini‑program’s required reverse‑geocoding API from Tencent, Baidu, and Gaode each demanded ¥50,000 annually, explores cheaper shared or second‑hand options, and ultimately proposes using a static province‑city database to avoid the expense, noting the trade‑offs.

BaiduGaodeTencent
0 likes · 4 min read
Why Does a Map API Cost Up to ¥50,000 per Year?
HelloTech
HelloTech
Dec 15, 2022 · Backend Development

Optimization of Reverse Geocoding Service: Caching, GeoHash, and LRU Strategies

By eliminating unnecessary reverse‑geocode calls, aggregating nearby coordinates with GeoHash, and employing a multi‑layer LRU‑K cache with time‑ and access‑count eviction, the Hellobike map team cut daily requests from 200‑300 million to 20‑30 million while adding fallback and monitoring mechanisms.

BackendGeoHashLRU
0 likes · 13 min read
Optimization of Reverse Geocoding Service: Caching, GeoHash, and LRU Strategies
Baidu Maps Tech Team
Baidu Maps Tech Team
Sep 20, 2016 · Databases

Baidu Maps Reverse Geocoding: Grid Indexing & Incremental Updates

This article explains how Baidu Maps’ reverse‑geocoding service converts coordinates into addresses using point, line, and polygon data mapped onto a grid index, describes the incremental indexing mechanism that enables rapid data updates, and highlights the system’s high availability and performance characteristics.

Spatial Datagrid indexinghigh availability
0 likes · 6 min read
Baidu Maps Reverse Geocoding: Grid Indexing & Incremental Updates