iOS高德地图SDK(搜索)  V9.5.0
AMapSearchObj.h File Reference
#import <Foundation/Foundation.h>
#import "AMapCommonObj.h"

Go to the source code of this file.

Classes

class  AMapPOISearchBaseRequest
 POI搜索请求基类 More...
 
class  AMapPOIIDSearchRequest
 POI ID搜索请求 More...
 
class  AMapPOIKeywordsSearchRequest
 POI关键字搜索 More...
 
class  AMapPOIAroundSearchRequest
 POI周边搜索 More...
 
class  AMapPOIPolygonSearchRequest
 POI多边形搜索 More...
 
class  AMapPOISearchResponse
 POI搜索返回 More...
 
class  AMapRoutePOISearchRequest
 沿途搜索, 注意起点和终点不能相距太远(大概70公里),否则可能搜索结果为空 More...
 
class  AMapRoutePOISearchResponse
 沿途搜索返回 More...
 
class  AMapInputTipsSearchRequest
 搜索提示请求 More...
 
class  AMapInputTipsSearchResponse
 搜索提示返回 More...
 
class  AMapGeocodeSearchRequest
 地理编码请求 More...
 
class  AMapGeocodeSearchResponse
 地理编码返回 More...
 
class  AMapReGeocodeSearchRequest
 逆地理编码请求 More...
 
class  AMapReGeocodeSearchResponse
 逆地理编码返回 More...
 
class  AMapBusStopSearchRequest
 公交站点请求 More...
 
class  AMapBusStopSearchResponse
 公交站点返回 More...
 
class  AMapBusLineBaseSearchRequest
 公交线路查询请求基类,不可直接调用 More...
 
class  AMapBusLineNameSearchRequest
 公交站线路根据名字请求 More...
 
class  AMapBusLineIDSearchRequest
 公交站线路根据ID请求 More...
 
class  AMapBusLineSearchResponse
 公交站线路返回 More...
 
class  AMapDistrictSearchRequest
 行政区划查询请求 More...
 
class  AMapDistrictSearchResponse
 行政区划响应 More...
 
class  AMapRouteSearchBaseRequest
 路径规划基础类,不可直接调用 More...
 
class  AMapDrivingCalRouteSearchRequest
 驾车路径规划2.0 More...
 
class  AMapWalkingRouteSearchRequest
 步行路径规划 More...
 
class  AMapTransitRouteSearchRequest
 公交路径规划 More...
 
class  AMapRidingRouteSearchRequest
 骑行路径规划 More...
 
class  AMapRouteSearchResponse
 路径规划返回 More...
 
class  AMapRidingRouteSearchResponse
 骑行路径规划返回 More...
 
class  AMapTruckRouteSearchRequest
 货车路径规划(since 6.1.0) More...
 
class  AMapDistanceSearchRequest
 距离查询请求(since 6.1.0) More...
 
class  AMapDistanceSearchResponse
 距离查询结果(since 6.1.0) More...
 
class  AMapWeatherSearchRequest
 天气查询请求 More...
 
class  AMapWeatherSearchResponse
 天气查询返回 More...
 
class  AMapNearbySearchRequest
 附近搜索请求 More...
 
class  AMapNearbySearchResponse
 附近搜索返回 More...
 
class  AMapCloudSearchBaseRequest
 企业地图搜索请求基类 More...
 
class  AMapCloudPOIAroundSearchRequest
 企业地图周边搜请求 More...
 
class  AMapCloudPOIPolygonSearchRequest
 企业地图polygon区域查询请求 More...
 
class  AMapCloudPOIIDSearchRequest
 企业地图ID查询请求 More...
 
class  AMapCloudPOILocalSearchRequest
 企业地图本地查询请求 More...
 
class  AMapCloudPOISearchResponse
 企业地图搜索返回 More...
 
class  AMapShareSearchBaseRequest
 短串分享搜索请求基类, 请使用具体的子类。 More...
 
class  AMapLocationShareSearchRequest
 位置短串分享请求 More...
 
class  AMapPOIShareSearchRequest
 兴趣点短串分享请求 More...
 
class  AMapRouteShareSearchRequest
 路径规划短串分享请求 More...
 
class  AMapNavigationShareSearchRequest
 导航短串分享请求 More...
 
class  AMapShareSearchResponse
 导航短串分享响应 More...
 
class  AMapFutureRouteSearchRequest
 未来路线规划(since 6.9.0) More...
 
class  AMapFutureRouteSearchResponse
 未来路线规划(since 6.9.0) More...
 

Functions

typedef NS_ENUM (NSInteger, AMapRoutePOISearchType)
 沿途搜索类型 More...
 
typedef NS_ENUM (NSInteger, AMapWeatherType)
 天气查询类型 More...
 
typedef NS_ENUM (NSInteger, AMapCloudSortType)
 企业地图搜索结果排序 More...
 
typedef NS_ENUM (NSInteger, AMapNearbySearchType)
 附近搜索距离类型 More...
 
typedef NS_ENUM (NSInteger, AMapTruckSizeType)
 货车类型 More...
 
typedef NS_ENUM (NSInteger, AMapDrivingRouteExcludeType)
 规避道路类型 More...
 
typedef NS_ENUM (NSUInteger, AMapDrivingRouteShowFieldType)
 规避道路类型 More...
 
typedef NS_ENUM (NSUInteger, AMapWalkingRouteShowFieldType)
 步行路线规划返回结果控制 More...
 
typedef NS_OPTIONS (NSUInteger, AMapTransitRouteShowFieldsType)
 公交车路线规划返回结果控制 More...
 
typedef NS_OPTIONS (NSUInteger, AMapRidingRouteShowFieldsType)
 骑行路线规划返回结果控制 More...
 
typedef NS_OPTIONS (NSUInteger, AMapPOISearchShowFieldsType)
 搜索POI返回结果控制 More...
 
typedef NS_ENUM (NSInteger, AMapDistanceSearchType)
 距离测量类型 More...
 

Function Documentation

◆ NS_ENUM() [1/9]

typedef NS_ENUM ( NSInteger  ,
AMapCloudSortType   
)

企业地图搜索结果排序

< 降序

< 升序

◆ NS_ENUM() [2/9]

typedef NS_ENUM ( NSInteger  ,
AMapDistanceSearchType   
)

距离测量类型

Since
7.7.0

< 直线距离

< 驾车导航距离

< 步行导航距离

◆ NS_ENUM() [3/9]

typedef NS_ENUM ( NSInteger  ,
AMapDrivingRouteExcludeType   
)

规避道路类型

< 不规避

< 收费道路

< 高速路

< 渡船

◆ NS_ENUM() [4/9]

typedef NS_ENUM ( NSInteger  ,
AMapNearbySearchType   
)

附近搜索距离类型

< 直线距离

< 驾车行驶距离

◆ NS_ENUM() [5/9]

typedef NS_ENUM ( NSInteger  ,
AMapRoutePOISearchType   
)

沿途搜索类型

< 加油站

< 维修站

< ATM

< 厕所

< 加气站

< 服务区

< 充电桩

< 美食

< 酒店

◆ NS_ENUM() [6/9]

typedef NS_ENUM ( NSInteger  ,
AMapTruckSizeType   
)

货车类型

< 微型车

< 轻型车

< 中型车

< 重型车

◆ NS_ENUM() [7/9]

typedef NS_ENUM ( NSInteger  ,
AMapWeatherType   
)

天气查询类型

< 实时

< 预报

◆ NS_ENUM() [8/9]

typedef NS_ENUM ( NSUInteger  ,
AMapDrivingRouteShowFieldType   
)

规避道路类型

Since
9.2.0

< 不返回扩展信息

< 返回方案所需时间及费用成本

< 返回分段路况详情

< 返回详细导航动作指令

< 返回分段途径城市信息

< 返回分路段坐标点串,两点间用“,”分隔

< 返回分路段坐标点串,两点间用“,”分隔

< 返回所有扩展信息

◆ NS_ENUM() [9/9]

typedef NS_ENUM ( NSUInteger  ,
AMapWalkingRouteShowFieldType   
)

步行路线规划返回结果控制

Since
9.4.0

< 不返回扩展信息

< 返回方案所需时间及费用成本

< 返回详细导航动作指令

< 返回分路段坐标点串,两点间用“,”分隔

< 返回所有扩展信息

◆ NS_OPTIONS() [1/3]

typedef NS_OPTIONS ( NSUInteger  ,
AMapPOISearchShowFieldsType   
)

搜索POI返回结果控制

Since
9.4.0

< 不返回扩展信息

< 返回子POI信息

< 返回商业信息

< 返回室内相关信息

< 返回导航位置相关信息

< 返回poi图片相关信息

< 返回所有扩展信息

◆ NS_OPTIONS() [2/3]

typedef NS_OPTIONS ( NSUInteger  ,
AMapRidingRouteShowFieldsType   
)

骑行路线规划返回结果控制

Since
9.4.0

< 不返回扩展信息

< 返回方案所需时间及费用成本

< 返回详细导航动作指令

< 返回分路段坐标点串,两点间用“,”分隔

< 返回所有扩展信息

◆ NS_OPTIONS() [3/3]

typedef NS_OPTIONS ( NSUInteger  ,
AMapTransitRouteShowFieldsType   
)

公交车路线规划返回结果控制

Since
9.4.0

< 不返回扩展信息

< 返回方案所需时间及费用成本

< 返回详细导航动作指令

< 返回分路段坐标点串,两点间用“,”分隔

< 返回所有扩展信息

© 2017 高德信息技术有限公司 版权所有,保留所有权利。