BaiduMap_IOSSDK_v6.2.0_Docs  6.2.0
| 枚举
BMKPoiSearchType.h 文件参考
#import <CoreLocation/CoreLocation.h>
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

浏览源代码.

class  BMKPOIDetailChildrenInfo
 
class  BMKPoiInfo
 POI信息类 更多...
 
class  BMKPOIDetailInfo
 
class  BMKPoiIndoorInfo
 室内POI信息类 更多...
 

枚举

enum  {
  BMKInvalidCoordinate = -1 , BMKCarTrafficFIRST = 60 , BMKCarTimeFirst = 0 , BMKCarDisFirst ,
  BMKCarFeeFirst , BMKBusTimeFirst , BMKBusTransferFirst , BMKBusWalkFirst ,
  BMKBusNoSubway , BMKTypeCityList = 7 , BMKTypePoiList = 11 , BMKTypeAreaPoiList = 21 ,
  BMKTypeAreaMultiPoiList = 45
}
 

枚举类型说明

◆ anonymous enum

anonymous enum
枚举值
BMKInvalidCoordinate 

无效坐标

BMKCarTrafficFIRST 

驾乘检索策略常量:躲避拥堵,若无实时路况,默认按照时间优先策略

BMKCarTimeFirst 

驾乘检索策略常量:时间优先

BMKCarDisFirst 

驾乘检索策略常量:最短距离

BMKCarFeeFirst 

驾乘检索策略常量:较少费用

BMKBusTimeFirst 

公交检索策略常量:时间优先

BMKBusTransferFirst 

公交检索策略常量:最少换乘

BMKBusWalkFirst 

公交检索策略常量:最小步行距离

BMKBusNoSubway 

公交检索策略常量:不含地铁

BMKTypeCityList 

POI检索类型:城市列表

BMKTypePoiList 

POI检索类型:城市内搜索POI列表

BMKTypeAreaPoiList 

POI检索类型:范围搜索、周边搜索POI列表

BMKTypeAreaMultiPoiList 

POI检索类型:多关键字范围搜索、周边搜索POI列表