Skip to content

morriszhao/map-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tengxunmapapi

地址转换为经纬度!

安装

composer require morriszhao/map-api

使用

<?php

include '../vendor/autoload.php';
use Map\Tengxun\TengxunMapApi;


$address = '四川省成都市天府五街';


$txMapKey = '<YOUR KEY>';
$txMapSecret = '<YOU SECRET>';


$map = new TengxunMapApi($txMapKey, $txMapSecret);
print_r($map->getGeocoder($address));

About

map api 地址转换为经纬度! tengxun

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages