This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* <ul> | |
* <li>高德地图:com.autonavi.minimap</li> | |
* <li>腾讯地图:com.tencent.map</li> | |
* <li>谷歌地图:com.google.android.apps.maps</li> | |
* <li>百度地图:com.baidu.BaiduMap</li> | |
* </ul> | |
* | |
* @param mapAppPackage 地图软件的包名,传入null表示不指定地图软件 | |
* @param longitude 经度 |