|
iOS高德地图SDK(基础) V1.9.1
|
#include <AMapURLSearch.h>
Class Methods | |
| (void) | + getLatestAMapApp |
| 打开高德地图AppStore页面 Open the Amap App Store page | |
| (BOOL) | + openAMapNavigation: |
| 调起高德地图app驾车导航. Activate the Gaode Map app for driving navigation | |
| (BOOL) | + openAMapRouteSearch: |
| 调起高德地图app进行路径规划. Activate the Amap app for path planning | |
| (BOOL) | + openAMapPOISearch: |
| 调起高德地图app进行POI搜索. Activate the Amap app for POI search | |
调起高德地图URL进行搜索,若是调起失败,可使用+ (void)getLatestAMapApp;方法获取最新版高德地图app. Set up the Gaode map URL for search. If the setup fails, you can use +(void) getLatestAMapApp;Method to obtain the latest version of Gaode Map app
| + (void) getLatestAMapApp |
打开高德地图AppStore页面 Open the Amap App Store page
| + (BOOL) openAMapNavigation: | (AMapNaviConfig *) | config |
调起高德地图app驾车导航. Activate the Gaode Map app for driving navigation
| config | 配置参数. Config configuration parameters |
| + (BOOL) openAMapPOISearch: | (AMapPOIConfig *) | config |
调起高德地图app进行POI搜索. Activate the Amap app for POI search
| config | 配置参数. Config configuration parameters |
| + (BOOL) openAMapRouteSearch: | (AMapRouteConfig *) | config |
调起高德地图app进行路径规划. Activate the Amap app for path planning
| config | 配置参数. Config configuration parameters |