Tagged articles
10 articles
Page 1 of 1
Architect
Architect
Jun 18, 2024 · Big Data

How GeoHash Powers Real‑Time Ride‑Hailing: From Theory to Practice

This article explains the GeoHash algorithm, demonstrates how binary subdivision of latitude and longitude yields compact base‑32 strings, and shows how these hashes can efficiently locate nearby ride‑hailing drivers while highlighting precision limitations and edge cases.

Big DataGeoHashLocation Services
0 likes · 8 min read
How GeoHash Powers Real‑Time Ride‑Hailing: From Theory to Practice
HelloTech
HelloTech
Jun 6, 2024 · Mobile Development

Location Accuracy Issues and Optimization Strategies in Ride-Hailing Applications

The article examines ride‑hailing location failures—no fix and drift—explains Android vs iOS positioning, satellite and network sources, and presents a monitoring framework plus Wi‑Fi prompts and sensor‑fusion Kalman filtering that together reduce drift, improve accuracy, and boost order fulfillment.

GNSSKalman FilterLocation Services
0 likes · 29 min read
Location Accuracy Issues and Optimization Strategies in Ride-Hailing Applications
Architecture & Thinking
Architecture & Thinking
Oct 31, 2022 · Databases

Mastering Redis GEO: Store and Query Geolocation Data Efficiently

This article explains Redis' GEO feature, covering its data structures, commands like GEOADD, GEOPOS, GEODIST, GEORADIUS, and GEORADIUSBYMEMBER, and demonstrates how to store, retrieve, and calculate distances for location‑based services with practical code examples and visual illustrations.

GEOLocation Servicescommands
0 likes · 10 min read
Mastering Redis GEO: Store and Query Geolocation Data Efficiently
IT Architects Alliance
IT Architects Alliance
Jan 6, 2022 · Fundamentals

Comprehensive Overview of Indoor Positioning Technologies and Their Challenges

This article provides a detailed overview of indoor positioning technologies—including GPS, cellular base‑station, Wi‑Fi, RFID, Bluetooth, UWB, infrared, visible light, geomagnetic, and visual methods—explaining their principles, advantages, limitations, and the specific challenges of achieving accurate, reliable, and cost‑effective indoor location services.

GPSLBSLocation Services
0 likes · 25 min read
Comprehensive Overview of Indoor Positioning Technologies and Their Challenges
Sohu Tech Products
Sohu Tech Products
Jul 7, 2021 · Backend Development

Implementing Nearby‑People (LBS) with MySQL and Redis GEO

This article explains how to build a location‑based "nearby people" feature by storing coordinates in MySQL, filtering with rectangular bounds, calculating distances in Java, and then scaling the solution with Redis GEO using GeoHash and Sorted Sets for high‑performance proximity queries.

GeoHashLBSLocation Services
0 likes · 14 min read
Implementing Nearby‑People (LBS) with MySQL and Redis GEO
58UXD
58UXD
Nov 2, 2018 · Product Management

How Real-World User Motives Shape Modern Map Design

This article explores how everyday location migrations reveal deeper user motivations, detailing Baidu Maps' evolution from precise navigation to multi‑service 4K, 3D, and AOI maps, while examining mixed travel modes, environmental variables, and design strategies for tool‑type products.

Location ServicesMixed Travel Modesmap design
0 likes · 10 min read
How Real-World User Motives Shape Modern Map Design
Didi Tech
Didi Tech
Aug 14, 2018 · Mobile Development

Understanding GPS Technology and Its Applications in Mobile Location Services

GPS, originally a U.S. military system, now powers smartphones but struggles in urban canyons, tunnels, and elevated roads, so Didi’s Fusion Location Provider blends satellite data with Wi‑Fi fingerprinting, network positioning, dead‑reckoning, and map‑matching to deliver precise, reliable location for ride‑hailing services.

GPSLocation ServicesMobile
0 likes · 5 min read
Understanding GPS Technology and Its Applications in Mobile Location Services