iOS高德地图SDK(基础) V1.9.1
Loading...
Searching...
No Matches
AMapURLSearch Class Reference

#include <AMapURLSearch.h>

Inheritance diagram for AMapURLSearch:

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
 

Detailed Description

调起高德地图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

Method Documentation

◆ getLatestAMapApp

+ (void) getLatestAMapApp

打开高德地图AppStore页面 Open the Amap App Store page

◆ openAMapNavigation:

+ (BOOL) openAMapNavigation: (AMapNaviConfig *)  config

调起高德地图app驾车导航. Activate the Gaode Map app for driving navigation

Parameters
config配置参数. Config configuration parameters
Returns
是否成功.若为YES则成功调起,若为NO则无法调起. Is it successful If it is YES, it will be successfully adjusted; if it is NO, it cannot be adjusted

◆ openAMapPOISearch:

+ (BOOL) openAMapPOISearch: (AMapPOIConfig *)  config

调起高德地图app进行POI搜索. Activate the Amap app for POI search

Parameters
config配置参数. Config configuration parameters
Returns
是否成功. Is it successful

◆ openAMapRouteSearch:

+ (BOOL) openAMapRouteSearch: (AMapRouteConfig *)  config

调起高德地图app进行路径规划. Activate the Amap app for path planning

Parameters
config配置参数. Config configuration parameters
Returns
是否成功. Is it successful

The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。