Tag

AMap

2 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 1, 2025 · Backend Development

Implementing Map Zoom Functionality with AMap API in PHP

This tutorial explains how to use the AMap (Gaode) Map API in PHP to create a map instance, configure its container, size, initial zoom level, add controls, and display the map, providing complete code examples for each step.

AMapMap ZoomPHP
0 likes · 5 min read
Implementing Map Zoom Functionality with AMap API in PHP
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 28, 2025 · Frontend Development

Implementing VR House Viewing with Vue, Photo Sphere Viewer, and AMap API

This guide details how to build an immersive VR house‑tour web app using Vue.js, Photo Sphere Viewer for 360° panoramas, and AMap API for custom and mass map markers, covering project setup, integration steps, and code examples.

3DAMapPhoto Sphere Viewer
0 likes · 6 min read
Implementing VR House Viewing with Vue, Photo Sphere Viewer, and AMap API
php中文网 Courses
php中文网 Courses
Dec 3, 2024 · Backend Development

Implementing Map Zoom Functionality in PHP Using AMap API

This article provides a step‑by‑step guide for implementing map zoom functionality in web applications using the AMap (Gaode) API with PHP, covering API key acquisition, library inclusion, map instance creation, container setup, zoom level configuration, control addition, and final display with complete code examples.

AMapMap ZoomPHP
0 likes · 4 min read
Implementing Map Zoom Functionality in PHP Using AMap API
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 2, 2024 · Frontend Development

Hand-Drawn Route Planning and Road Matching with AMap: Implementation, GPX Export, and Animation Optimization

This article presents a complete front‑end solution for hand‑drawing cycling routes on AMap, applying road‑matching correction, exporting to GPX, adding waypoint‑based route planning, and enhancing map animations with custom setCenter and setFitView functions, all illustrated with full source code.

AMapHand DrawingRoute Planning
0 likes · 11 min read
Hand-Drawn Route Planning and Road Matching with AMap: Implementation, GPX Export, and Animation Optimization
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 28, 2024 · Frontend Development

Digital Agriculture Visualization: Technical Implementation with AMap, Three.js, GIS, and Vue

This article presents a comprehensive guide to building a digital agriculture visualization dashboard using AMap JSAPI, three.js, GIS tools, and Vue, covering requirement analysis, layer design, data processing, 3D model integration, animation, and interactive features for smart farming applications.

3D mappingAMapGIS
0 likes · 28 min read
Digital Agriculture Visualization: Technical Implementation with AMap, Three.js, GIS, and Vue
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 14, 2024 · Frontend Development

Creating Stunning 3D Map Visualizations with AMap and Three.js

This tutorial demonstrates how to combine Gaode (AMap) 3D maps with Three.js to render interactive effects such as flying lines, animated boundaries, rising peaks, floating pyramids, and custom text markers, using custom coordinate conversion, WebGL layers, shaders, and CSS2D rendering for a compelling web‑based geographic visualization.

AMapFrontend DevelopmentMap visualization
0 likes · 15 min read
Creating Stunning 3D Map Visualizations with AMap and Three.js
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 19, 2024 · Frontend Development

Web Tool for Comparing Commute Distances Using AMap API, Vue, and ECharts

This article describes a personal project that automates the calculation of commuting distances and times between multiple residential areas and two workplace locations by leveraging the AMap API within a Vue‑based frontend, generating Excel reports and visual charts for easy comparison.

AMapAPIVue
0 likes · 18 min read
Web Tool for Comparing Commute Distances Using AMap API, Vue, and ECharts
Architecture Digest
Architecture Digest
Sep 6, 2024 · Frontend Development

Using AMap Arrival Range API and Turf.js to Find Overlapping Commute Areas for Rental Decisions

This article demonstrates how to build a web page that leverages AMap's Arrival Range API and Turf.js to calculate reachable areas, compute their intersection, and search for residential communities within the overlap, providing a practical GIS solution for locating optimal rental locations.

AMapArrivalRangeGIS
0 likes · 9 min read
Using AMap Arrival Range API and Turf.js to Find Overlapping Commute Areas for Rental Decisions
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 31, 2024 · Frontend Development

Implementing Custom Map Points and Trajectories with Vue3 and AMap JS API

This article shares a front‑end developer’s experience of rebuilding a map‑based feature using Vue3 and Gaode (AMap) APIs, covering business requirements, point‑drawing techniques, trajectory rendering, performance‑aware loading strategies, and practical code snippets for custom markers and lines.

AMapCustom MarkersMap visualization
0 likes · 19 min read
Implementing Custom Map Points and Trajectories with Vue3 and AMap JS API
php中文网 Courses
php中文网 Courses
Feb 29, 2024 · Frontend Development

Implementing Vector Layers in AMap Using PHP

This tutorial explains how to integrate AMap's vector layer functionality into a PHP web project by setting up the API, creating a map container, initializing the map, and adding point, line, and polygon layers for rich geographic visualizations.

AMapGISPHP
0 likes · 5 min read
Implementing Vector Layers in AMap Using PHP
Amap Tech
Amap Tech
Jan 11, 2024 · Frontend Development

Optimizing Multi‑Scene Rendering on AMap by Sharing a WebGL Context

Gaode solved the WebGL‑context limit in AMap by rendering all visual layers on a single canvas with a shared context, disabling autoClear, preserving depth ordering, and using per‑layer EffectComposers merged via a final composer, enabling multiple scenes and post‑processing without exceeding browser limits.

AMapEffectComposerRendering
0 likes · 11 min read
Optimizing Multi‑Scene Rendering on AMap by Sharing a WebGL Context
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 11, 2023 · Backend Development

Implementing Nearby Search with Redis GEO in a NestJS Backend

This tutorial demonstrates how to use Redis' GEO data structure together with Docker, RedisInsight, and a NestJS backend to store location data, perform distance calculations and radius searches, and finally display nearby points on a web map using AMap and Axios.

AMapDockerGEO
0 likes · 13 min read
Implementing Nearby Search with Redis GEO in a NestJS Backend
Amap Tech
Amap Tech
Jul 13, 2023 · Frontend Development

Implementing Automatic Cruise Navigation on AMap with Three.js

The article walks through building an automatic cruise navigation effect on AMap with Three.js by acquiring route data, merging GeoJSON paths, loading a 3D vehicle model, animating its movement and camera follow using TWEEN, and blending the NPC layer with satellite and 3DTiles layers for a smooth autonomous navigation experience.

AMapAuto NavigationThree.js
0 likes · 16 min read
Implementing Automatic Cruise Navigation on AMap with Three.js
Architect
Architect
May 19, 2022 · Artificial Intelligence

Learning to Rank (LTR) Practice in Amap Search Suggestions: From Data Collection to Model Optimization

This article details Amap's practical experience with Learning to Rank for search suggestions, covering application scenarios, data pipeline construction, feature engineering, model training, loss‑function adjustments, and the resulting performance improvements, while also discussing challenges such as sparse features and click bias.

AMapMachine LearningSearch Suggestion
0 likes · 9 min read
Learning to Rank (LTR) Practice in Amap Search Suggestions: From Data Collection to Model Optimization
Amap Tech
Amap Tech
Jan 6, 2022 · Artificial Intelligence

Wuhan University and Amap Win the Smartphone‑Based Indoor Positioning Track at IPIN2021

Wuhan University and Amap clinched first place in IPIN 2021’s Smartphone‑Based Indoor Positioning track by fusing machine‑learning‑driven pedestrian dead‑reckoning with magnetic, Bluetooth and Wi‑Fi matching, achieving real‑time, high‑frequency indoor navigation using only a phone’s built‑in sensors.

AMapIPIN2021Indoor Positioning
0 likes · 6 min read
Wuhan University and Amap Win the Smartphone‑Based Indoor Positioning Track at IPIN2021
Amap Tech
Amap Tech
Jul 30, 2021 · Mobile Development

Guide to Integrating AMap HarmonyOS Map SDK

This guide explains how to integrate the free AMap (Gaode) Map SDK for HarmonyOS, covering migration from Android, environment setup, signing, obtaining an appId and API key, adding the .har library, configuring permissions, initializing a MapView in an Ability, and accessing full map features such as rendering, search, routing, and custom overlays.

AMapHarmonyOSIntegration
0 likes · 8 min read
Guide to Integrating AMap HarmonyOS Map SDK
Amap Tech
Amap Tech
May 21, 2021 · Frontend Development

Amap Lowcode Platform: Architecture, Serverless, and AI Applications in Frontend Development

The Amap Lowcode platform combines a visual JSON‑based builder, serverless functions, and AI‑driven design‑to‑code tools to let both developers and product staff rapidly create, deploy, and iterate recommendation cards across native and H5 clients, leveraging the existing gateway for stable, low‑cost delivery.

AIAMaparchitecture
0 likes · 12 min read
Amap Lowcode Platform: Architecture, Serverless, and AI Applications in Frontend Development
Amap Tech
Amap Tech
Mar 22, 2021 · Artificial Intelligence

Visual Technology for Automated POI Name Generation: STR, Text Detection, and Naming Practices

Amap’s visual‑technology pipeline automatically generates and updates POI names by crowdsourcing street‑level images, applying deep‑learning scene‑text recognition, dual‑branch classification of text attributes, and a BERT‑plus‑graph‑attention model that selects and orders recognized text, achieving about 95 % naming accuracy.

AMapOCR__str__
0 likes · 14 min read
Visual Technology for Automated POI Name Generation: STR, Text Detection, and Naming Practices
Amap Tech
Amap Tech
Feb 1, 2021 · Frontend Development

Design and Implementation of AMap GIS SDK for Smart Traffic Map Visualization

The AMap GIS SDK was engineered to simplify large‑scale smart‑traffic map visualizations by providing a reusable, extensible framework—featuring a MapContainer, configuration controller, source loader, framework adaptation layer, event‑queue mechanism, lifecycle hooks, plugins, instance caching, and multi‑instance isolation—to overcome AMap JSAPI’s development complexity and ensure stable, performant rendering across diverse data sets.

AMapGISevent queue
0 likes · 15 min read
Design and Implementation of AMap GIS SDK for Smart Traffic Map Visualization
Amap Tech
Amap Tech
Jul 30, 2020 · Artificial Intelligence

Evolution and Practice of Scene Text Recognition Technology in Amap Map Data Production

Amap uses advanced scene text recognition combining detection and recognition modules, deep learning, data synthesis, and result fusion to automate map data production, achieving state-of-the-art performance and automating the majority of POI and road updates, significantly reducing labor costs.

AMapOCRcomputer vision
0 likes · 18 min read
Evolution and Practice of Scene Text Recognition Technology in Amap Map Data Production