Tagged articles
7 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
php Courses
php Courses
Dec 27, 2024 · Backend Development

Customizing Baidu Map Styles with PHP and Baidu Maps API

This tutorial walks through six steps—obtaining an API key, importing the Baidu Maps library, creating a map container, initializing the map object, setting a custom style via JSON, and rendering the map—demonstrating how to use PHP to customize Baidu map appearances.

Baidu Maps APIMap StylingPHP
0 likes · 4 min read
Customizing Baidu Map Styles with PHP and Baidu Maps API
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
php Courses
php Courses
Sep 30, 2024 · Backend Development

Customizing Baidu Map Styles with PHP: A Step-by-Step Guide

This article explains how to obtain a Baidu Map API key, integrate the API library into a PHP project, create a map container, initialize the map object, define a JSON style, and render a customized map on a web page.

Baidu Maps APIMap StylingPHP
0 likes · 4 min read
Customizing Baidu Map Styles with PHP: A Step-by-Step Guide
php Courses
php Courses
Jun 14, 2024 · Backend Development

How to Implement Taxi Trajectory Display with PHP and Baidu Maps API

This tutorial demonstrates step‑by‑step how to set up a MySQL database, write PHP scripts to retrieve taxi trajectory data, and use Baidu Maps JavaScript API to render interactive maps showing each vehicle’s path, including code examples for database creation, data insertion, and front‑end integration.

Baidu Maps APIPHPTaxi Tracking
0 likes · 6 min read
How to Implement Taxi Trajectory Display with PHP and Baidu Maps API
php Courses
php Courses
May 27, 2024 · Backend Development

How to Implement Taxi Trajectory Display with PHP and Baidu Maps API

This tutorial demonstrates how to build a taxi trajectory visualization by creating a MySQL table for track data, inserting sample records, writing a PHP script to serve the data as JSON, and using Baidu Maps JavaScript API in an HTML page to render the moving paths.

Baidu Maps APIPHPWeb Development
0 likes · 6 min read
How to Implement Taxi Trajectory Display with PHP and Baidu Maps API