AMapNavigation module encapsulates the SDK of autonavi navigation and supports voice navigation. Users can determine the route policy type by themselves. Developers only need to input the latitude and longitude of the starting point and destination point to easily integrate the navigation function of Autonavi. This module is provided by third-party module developers, and the online cloud compilation and installation package is required to use this module.

Effect:

Project Structure:

index.html

<! doctypehtml>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="Maximum - scale = 1.0, the minimum - scale = 1.0, user - scalable = 0, initial - scale = 1.0, width = device - width" />
    <meta name="format-detection" content=
Copy the code