iOS高德地图SDK(搜索) V9.8.0
Loading...
Searching...
No Matches
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  AMapVisualSearchRequest
 视觉图片搜索请求 (since 9.7.0) More...
 
class  AMapPOIKeywordsSearchRequest
 POI关键字搜索 More...
 
class  AMapPOIAroundSearchRequest
 POI周边搜索 More...
 
class  AMapPOIPolygonSearchRequest
 POI多边形搜索 More...
 
class  AMapPOISearchResponse
 POI搜索返回 More...
 
class  AMapVisualPOI
 视觉识别POI,在AMapPOI基础上扩展视觉识别接口特有的字段 More...
 
class  AMapVisualSearchResponse
 视觉图片搜索返回 (since 9.7.0) 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  AMapDrivingRouteSearchRequest
 驾车路径规划 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...
 
class  AMapChargeStationSearchRequest
 充电站搜索(since 9.7.0) More...
 
class  AMapChargeStationSearchResponse
 充电站搜索(since 9.7.0) More...
 

Enumerations

enum  AMapRoutePOISearchType : NSInteger {
  AMapRoutePOISearchTypeGasStation = 0 , AMapRoutePOISearchTypeMaintenanceStation = 1 , AMapRoutePOISearchTypeATM = 2 , AMapRoutePOISearchTypeToilet = 3 ,
  AMapRoutePOISearchTypeGasAirStation = 4 , AMapRoutePOISearchTypeParkStation = 5 , AMapRoutePOISearchTypeChargingPile = 6 , AMapRoutePOISearchTypeFood = 7 ,
  AMapRoutePOISearchTypeHotel = 8
}
 
enum  AMapWeatherType : NSInteger { AMapWeatherTypeLive = 1 , AMapWeatherTypeForecast }
 
enum  AMapCloudSortType : NSInteger { AMapCloudSortTypeDESC = 0 , AMapCloudSortTypeASC = 1 }
 
enum  AMapNearbySearchType : NSInteger { AMapNearbySearchTypeLiner = 0 , AMapNearbySearchTypeDriving = 1 }
 
enum  AMapTruckSizeType : NSInteger { AMapTruckSizeTypeMini = 1 , AMapTruckSizeTypeLight = 2 , AMapTruckSizeTypeMedium = 3 , AMapTruckSizeTypeHeavy = 4 }
 
enum  AMapDrivingRouteExcludeType : NSInteger { AMapDrivingRouteExcludeTypeNone = 0 , AMapDrivingRouteExcludeTypeToll = 1 , AMapDrivingRouteExcludeTypeMotorway = 2 , AMapDrivingRouteExcludeTypeFerry = 3 }
 
enum  AMapDrivingRouteShowFieldType : NSUInteger {
  AMapDrivingRouteShowFieldTypeNone = 1 << 0 , AMapDrivingRouteShowFieldTypeCost = 1 << 1 , AMapDrivingRouteShowFieldTypeTmcs = 1 << 2 , AMapDrivingRouteShowFieldTypeNavi = 1 << 3 ,
  AMapDrivingRouteShowFieldTypeCities = 1 << 4 , AMapDrivingRouteShowFieldTypePolyline = 1 << 5 , AMapDrivingRouteShowFieldTypeNewEnergy = 1 << 6 , AMapDrivingRouteShowFieldTypeAll = ~0UL
}
 
enum  AMapWalkingRouteShowFieldType : NSUInteger {
  AMapWalkingRouteShowFieldTypeNone = 0 << 0 , AMapWalkingRouteShowFieldTypeCost = 1 << 0 , AMapWalkingRouteShowFieldTypeNavi = 1 << 1 , AMapWalkingRouteShowFieldTypePolyline = 1 << 2 ,
  AMapWalkingRouteShowFieldTypeAll = ~0UL
}
 
enum  AMapTransitRouteShowFieldsType : NSUInteger {
  AMapTransitRouteShowFieldsTypeNone = 1 << 0 , AMapTransitRouteShowFieldsTypeCost = 1 << 1 , AMapTransitRouteShowFieldsTypeNavi = 1 << 2 , AMapTransitRouteShowFieldsTypePolyline = 1 << 3 ,
  AMapTransitRouteShowFieldsTypeAll = ~0UL
}
 
enum  AMapRidingRouteShowFieldsType : NSUInteger {
  AMapRidingRouteShowFieldsTypeNone = 1 << 0 , AMapRidingRouteShowFieldsTypeCost = 1 << 1 , AMapRidingRouteShowFieldsTypeNavi = 1 << 2 , AMapRidingRouteShowFieldsTypePolyline = 1 << 3 ,
  AMapRidingRouteShowFieldsTypeAll = ~0UL
}
 
enum  AMapPOISearchShowFieldsType : NSUInteger {
  AMapPOISearchShowFieldsTypeNone = 1 << 0 , AMapPOISearchShowFieldsTypeChildren = 1 << 1 , AMapPOISearchShowFieldsTypeBusiness = 1 << 2 , AMapPOISearchShowFieldsTypeIndoor = 1 << 3 ,
  AMapPOISearchShowFieldsTypeNavi = 1 << 4 , AMapPOISearchShowFieldsTypePhotos = 1 << 5 , AMapPOISearchShowFieldsTypeAll = ~0UL
}
 
enum  AMapDistanceSearchType : NSInteger { AMapDistanceSearchTypeStraight = 0 , AMapDistanceSearchTypeDrive = 1 , AMapDistanceSearchTypeWalk = 3 }
 

Enumeration Type Documentation

◆ AMapCloudSortType

enum AMapCloudSortType : NSInteger
Enumerator
AMapCloudSortTypeDESC 

降序

AMapCloudSortTypeASC 

升序

◆ AMapDistanceSearchType

enum AMapDistanceSearchType : NSInteger
Enumerator
AMapDistanceSearchTypeStraight 

直线距离

AMapDistanceSearchTypeDrive 

驾车导航距离

AMapDistanceSearchTypeWalk 

步行导航距离

◆ AMapDrivingRouteExcludeType

enum AMapDrivingRouteExcludeType : NSInteger
Enumerator
AMapDrivingRouteExcludeTypeNone 

不规避

AMapDrivingRouteExcludeTypeToll 

收费道路

AMapDrivingRouteExcludeTypeMotorway 

高速路

AMapDrivingRouteExcludeTypeFerry 

渡船

◆ AMapDrivingRouteShowFieldType

enum AMapDrivingRouteShowFieldType : NSUInteger
Enumerator
AMapDrivingRouteShowFieldTypeNone 

不返回扩展信息

AMapDrivingRouteShowFieldTypeCost 

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

AMapDrivingRouteShowFieldTypeTmcs 

返回分段路况详情

AMapDrivingRouteShowFieldTypeNavi 

返回详细导航动作指令

AMapDrivingRouteShowFieldTypeCities 

返回分段途径城市信息

AMapDrivingRouteShowFieldTypePolyline 

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

AMapDrivingRouteShowFieldTypeNewEnergy 

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

AMapDrivingRouteShowFieldTypeAll 

返回所有扩展信息

◆ AMapNearbySearchType

enum AMapNearbySearchType : NSInteger
Enumerator
AMapNearbySearchTypeLiner 

直线距离

AMapNearbySearchTypeDriving 

驾车行驶距离

◆ AMapPOISearchShowFieldsType

enum AMapPOISearchShowFieldsType : NSUInteger
Enumerator
AMapPOISearchShowFieldsTypeNone 

不返回扩展信息

AMapPOISearchShowFieldsTypeChildren 

返回子POI信息

AMapPOISearchShowFieldsTypeBusiness 

返回商业信息

AMapPOISearchShowFieldsTypeIndoor 

返回室内相关信息

AMapPOISearchShowFieldsTypeNavi 

返回导航位置相关信息

AMapPOISearchShowFieldsTypePhotos 

返回poi图片相关信息

AMapPOISearchShowFieldsTypeAll 

返回所有扩展信息

◆ AMapRidingRouteShowFieldsType

enum AMapRidingRouteShowFieldsType : NSUInteger
Enumerator
AMapRidingRouteShowFieldsTypeNone 

不返回扩展信息

AMapRidingRouteShowFieldsTypeCost 

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

AMapRidingRouteShowFieldsTypeNavi 

返回详细导航动作指令

AMapRidingRouteShowFieldsTypePolyline 

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

AMapRidingRouteShowFieldsTypeAll 

返回所有扩展信息

◆ AMapRoutePOISearchType

enum AMapRoutePOISearchType : NSInteger
Enumerator
AMapRoutePOISearchTypeGasStation 

加油站

AMapRoutePOISearchTypeMaintenanceStation 

维修站

AMapRoutePOISearchTypeATM 

ATM.

AMapRoutePOISearchTypeToilet 

厕所

AMapRoutePOISearchTypeGasAirStation 

加气站

AMapRoutePOISearchTypeParkStation 

服务区

AMapRoutePOISearchTypeChargingPile 

充电桩

AMapRoutePOISearchTypeFood 

美食

AMapRoutePOISearchTypeHotel 

酒店

◆ AMapTransitRouteShowFieldsType

enum AMapTransitRouteShowFieldsType : NSUInteger
Enumerator
AMapTransitRouteShowFieldsTypeNone 

不返回扩展信息

AMapTransitRouteShowFieldsTypeCost 

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

AMapTransitRouteShowFieldsTypeNavi 

返回详细导航动作指令

AMapTransitRouteShowFieldsTypePolyline 

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

AMapTransitRouteShowFieldsTypeAll 

返回所有扩展信息

◆ AMapTruckSizeType

enum AMapTruckSizeType : NSInteger
Enumerator
AMapTruckSizeTypeMini 

微型车

AMapTruckSizeTypeLight 

轻型车

AMapTruckSizeTypeMedium 

中型车

AMapTruckSizeTypeHeavy 

重型车

◆ AMapWalkingRouteShowFieldType

enum AMapWalkingRouteShowFieldType : NSUInteger
Enumerator
AMapWalkingRouteShowFieldTypeNone 

不返回扩展信息

AMapWalkingRouteShowFieldTypeCost 

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

AMapWalkingRouteShowFieldTypeNavi 

返回详细导航动作指令

AMapWalkingRouteShowFieldTypePolyline 

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

AMapWalkingRouteShowFieldTypeAll 

返回所有扩展信息

◆ AMapWeatherType

enum AMapWeatherType : NSInteger
Enumerator
AMapWeatherTypeLive 

实时

AMapWeatherTypeForecast 

预报

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