|
iOS高德地图SDK(基础) V1.9.0
|
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 } |
| enum | AMapTransitStrategy : NSInteger { AMapTransitStrategyFastest = 0 , AMapTransitStrategyMinFare = 1 , AMapTransitStrategyMinTransfer = 2 , AMapTransitStrategyMinWalk = 3 , AMapTransitStrategyMostComfortable = 4 , AMapTransitStrategyAvoidSubway = 5 } |
| enum | AMapRouteSearchType : NSInteger { AMapRouteSearchTypeDriving = 0 , AMapRouteSearchTypeTransit = 1 , AMapRouteSearchTypeWalking = 2 } |
| enum AMapDrivingStrategy : NSInteger |
| enum AMapRouteSearchType : NSInteger |
| enum AMapTransitStrategy : NSInteger |