zhangv/qq-map

The simplest QQ lbs/map


Keywords
map, qq, tencent, LBS, qqmap
License
MIT

Documentation

qq-map

A very simple qq lbs wrapper in PHP.

#examples

//获取所有行政区划信息
$districtService = QQMap::District($key);
$result = $districtService->listAll();