iOS高德地图SDK(基础)
V1.6.3
|
Go to the source code of this file.
Enumerations | |
enum | AMapDrivingStrategy : NSInteger { AMapDrivingStrategyFastest = 0, AMapDrivingStrategyMinFare = 1, AMapDrivingStrategyShortest = 2, AMapDrivingStrategyNoHighways = 3, AMapDrivingStrategyAvoidCongestion = 4, AMapDrivingStrategyAvoidHighwaysAndFare = 5, AMapDrivingStrategyAvoidHighwaysAndCongestion = 6, AMapDrivingStrategyAvoidFareAndCongestion = 7, AMapDrivingStrategyAvoidHighwaysAndFareAndCongestion = 8 } |
驾车策略 More... | |
enum | AMapTransitStrategy : NSInteger { AMapTransitStrategyFastest = 0, AMapTransitStrategyMinFare = 1, AMapTransitStrategyMinTransfer = 2, AMapTransitStrategyMinWalk = 3, AMapTransitStrategyMostComfortable = 4, AMapTransitStrategyAvoidSubway = 5 } |
公交策略 More... | |
enum | AMapRouteSearchType : NSInteger { AMapRouteSearchTypeDriving = 0, AMapRouteSearchTypeTransit = 1, AMapRouteSearchTypeWalking = 2 } |
路径规划类型 More... | |
enum AMapDrivingStrategy : NSInteger |
驾车策略
enum AMapRouteSearchType : NSInteger |
enum AMapTransitStrategy : NSInteger |