Tagged articles
23 articles
Page 1 of 1
php Courses
php Courses
Dec 3, 2025 · Backend Development

How to Display Nearby POIs with PHP and Baidu Maps API

This step‑by‑step guide shows how to register a Baidu Maps developer account, create a PHP script that loads the BaiduMapAPI library, build a simple HTML page with a map container, retrieve nearby points of interest via the API, and display them using Ajax and the browser's geolocation.

Baidu Maps APIPHPPOI
0 likes · 6 min read
How to Display Nearby POIs with PHP and Baidu Maps API
php Courses
php Courses
Sep 25, 2025 · Backend Development

Build a POI Map with PHP & Baidu Maps API: Step-by-Step Guide

This tutorial walks you through registering a Baidu developer account, creating a PHP script, building a simple front‑end page, fetching nearby points of interest via the Baidu Maps API, and using Ajax to display the results on a map for enhanced navigation.

Baidu Maps APIPHPPOI
0 likes · 6 min read
Build a POI Map with PHP & Baidu Maps API: Step-by-Step Guide
Zhuanzhuan Tech
Zhuanzhuan Tech
Mar 20, 2025 · Backend Development

Implementing Geolocation‑Based Fraud Detection with Redis GEO Commands

This article outlines a fraud‑detection use case that leverages Redis GEO commands to compare user order addresses with known malicious locations, discusses technology choices among MySQL, Redis, and Elasticsearch, explains Redis’s Sorted‑Set and GeoHash implementation, and provides Java code examples for GEOADD, GEOPOS, GEODIST, and GEORADIUS.

BackendGEOADDGeoHash
0 likes · 9 min read
Implementing Geolocation‑Based Fraud Detection with Redis GEO Commands
IT Services Circle
IT Services Circle
Feb 20, 2025 · Backend Development

15 Common Redis Use Cases with Code Examples

This article presents fifteen practical Redis usage scenarios—including caching, distributed locks, leaderboards, counters, message queues, session management, bitmap sign‑ins, geolocation, rate limiting, pub/sub, delayed tasks, global IDs, recommendation models, user follow relationships, and timeline feeds—each illustrated with concise code snippets.

Message Queuegeolocationpub/sub
0 likes · 10 min read
15 Common Redis Use Cases with Code Examples
Architect
Architect
Jan 19, 2025 · Databases

Mastering Solr Spatial Search: From Configuration to Real-World Queries

This guide explains how to implement location‑based job search in a WeChat mini‑program using Solr’s spatial capabilities, covering schema setup, index building, query syntax, performance considerations, and practical code examples, while also comparing Solr with Elasticsearch for similar use cases.

Elasticsearch ComparisonJavaSolr
0 likes · 15 min read
Mastering Solr Spatial Search: From Configuration to Real-World Queries
php Courses
php Courses
Dec 12, 2024 · Backend Development

How to Display Nearby Points of Interest Using PHP and Baidu Maps API

This tutorial explains step-by-step how to register a Baidu Maps developer account, set up a PHP script, create an HTML page with a map container, retrieve geographic coordinates via JavaScript, call the Baidu Maps API to fetch nearby points of interest, and render them on the page.

Baidu Maps APIPHPPOI
0 likes · 6 min read
How to Display Nearby Points of Interest Using PHP and Baidu Maps API
Java Architecture Stack
Java Architecture Stack
Oct 15, 2024 · Backend Development

How to Build Powerful Search, Log, and Recommendation Solutions with Elasticsearch

This guide walks through five real‑world Elasticsearch use cases—including full‑text product search with highlighting, centralized log collection and analysis, personalized video recommendation, price‑range aggregation for e‑commerce, and geo‑location restaurant search—detailing index design, query syntax, Docker setup, and front‑end integration.

Backend DevelopmentElasticsearchFull‑Text Search
0 likes · 35 min read
How to Build Powerful Search, Log, and Recommendation Solutions with Elasticsearch
php Courses
php Courses
Apr 15, 2024 · Backend Development

How to Display Nearby Points of Interest Using PHP and Baidu Maps API

This tutorial explains step‑by‑step how to register a Baidu Maps developer account, create a PHP script, build a simple HTML page, retrieve geographic coordinates via Ajax, call the Baidu Maps API to fetch surrounding POIs, and render them on the map for a web project.

POIajaxbaidu-maps
0 likes · 6 min read
How to Display Nearby Points of Interest Using PHP and Baidu Maps API
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
The Dominant Programmer
The Dominant Programmer
Mar 7, 2021 · Frontend Development

How to Integrate AMap API in Vue for Positioning and Custom Info Windows

This guide walks through registering an AMap application, installing vue‑amap, configuring the API loader, building a reusable Vue component with search, geolocation, custom markers and styled info windows, and embedding the component into a page to achieve full map display and positioning functionality.

AmapCustom Info WindowMap Integration
0 likes · 11 min read
How to Integrate AMap API in Vue for Positioning and Custom Info Windows
21CTO
21CTO
Aug 19, 2020 · Databases

How to Use MySQL Polygon Types for Precise Location Check‑In

This tutorial explains how to obtain geographic coordinates, store them as MySQL POLYGON types following OGC standards, insert campus area data, and query with spatial functions and SPATIAL indexes to determine whether a user is within a defined check‑in region.

GISPolygonSQL
0 likes · 7 min read
How to Use MySQL Polygon Types for Precise Location Check‑In
Amap Tech
Amap Tech
Dec 20, 2019 · Artificial Intelligence

Advances in Network Positioning: Unsupervised Clustering and Supervised Hierarchical Ranking Algorithms

Gaode’s network positioning has evolved from unsupervised clustering of massive AP fingerprints and Bayesian grid ranking to a supervised two‑level hierarchical model that scores candidate grids with a neural‑network LTR loss, while adding scenario‑specific CNN and spatio‑temporal modules for indoor, rail and subway accuracy, and it now looks toward image‑based, 5G and IoT positioning.

Mobile AIfingerprint localizationgeolocation
0 likes · 12 min read
Advances in Network Positioning: Unsupervised Clustering and Supervised Hierarchical Ranking Algorithms
21CTO
21CTO
Aug 5, 2018 · Backend Development

How to Detect Visitor Country and City in PHP Using geoplugin.net

This article presents a simple PHP function that leverages the free geoplugin.net API to retrieve a visitor's country code and city based on their IP address, explaining how to determine the client IP, fetch JSON data, and return the location information for use in forms or access control.

Backendgeolocationgeoplugin
0 likes · 2 min read
How to Detect Visitor Country and City in PHP Using geoplugin.net
Architect
Architect
Mar 6, 2016 · Big Data

Clustering Geolocated User Events with DBSCAN and Spark

This article explains how to apply the DBSCAN clustering algorithm to geolocated user event data and leverage Apache Spark’s distributed processing with PairRDDs to efficiently identify frequent user regions, detect outliers, and build location‑based services such as personalized recommendations and security alerts.

Big DataDBSCANSpark
0 likes · 8 min read
Clustering Geolocated User Events with DBSCAN and Spark
Architect
Architect
Feb 20, 2016 · Databases

Understanding GeoHash: Spatial Indexing and Its Application in Proximity Queries

This article explains the GeoHash algorithm, how it converts latitude‑longitude coordinates into hierarchical string codes, the precision trade‑offs of different code lengths, the binary encoding process, the use of space‑filling curves, and practical considerations when applying GeoHash for nearby point‑of‑interest searches.

Database IndexGeoHashGeospatial
0 likes · 9 min read
Understanding GeoHash: Spatial Indexing and Its Application in Proximity Queries