SkillAgentSearch skills...

AmapSdk

高德地图php接口封装

Install / Use

/learn @lvzhao1995/AmapSdk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

当前未整合地理围栏、云图附近搜索,使用时请注意

安装

composer require lvzhao1995/amap-sdk

使用

<?php
use \Amap\Amap;

$options = [
    'sign'=>false, //是否进行数字签名,默认不签名
    'private_key'=>'', //数字签名私钥,sign=true时必填
    'key'=>''//api调用key,必填
];

$map = new Amap($options);

详细使用文档制作中,目前请查看源码注释

相关文档

  • 高德web服务API: http://lbs.amap.com/api/webservice/summary/
  • 高德云图服务API: http://lbs.amap.com/api/yuntu/summary

建议先查看高德相关文档

License

MIT

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2y ago
Forks10

Languages

PHP

Security Score

75/100

Audited on May 20, 2023

No findings