Lbs.php 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <?php /** * 地理信息配置 * @author tongdesheng * */ class YHMConfig_Lbs { /** * 百度地图应用的AK,用的是developer@yoho.cn注册的账户 * @var unknown */ const AK = 'NrmfmhCuSIowGsa9Oycq7Gqe'; const API_URL = 'http://api.map.baidu.com/geocoder/v2/'; }