// // BMKPOISearchType.h // SearchComponent // // Created by Baidu on 2018年05月23日. // Copyright © 2018年 Baidu. All rights reserved. // #import #import #import @class BMKPOIDetailInfo; enum { BMKInvalidCoordinate = -1, ///<无效坐标 BMKCarTrafficFIRST = 60, ///<驾乘检索策略常量:躲避拥堵,若无实时路况,默认按照时间优先策略 BMKCarTimeFirst = 0, ///<驾乘检索策略常量:时间优先 BMKCarDisFirst, ///<驾乘检索策略常量:最短距离 BMKCarFeeFirst, ///<驾乘检索策略常量:较少费用 BMKBusTimeFirst, ///<公交检索策略常量:时间优先 BMKBusTransferFirst, ///<公交检索策略常量:最少换乘 BMKBusWalkFirst, ///<公交检索策略常量:最小步行距离 BMKBusNoSubway, ///<公交检索策略常量:不含地铁 BMKTypeCityList = 7, ///