iOS高德地图SDK(基础) V1.9.1
Loading...
Searching...
No Matches
AMapURLSearchType.h File Reference

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 }
 

Enumeration Type Documentation

◆ AMapDrivingStrategy

enum AMapDrivingStrategy : NSInteger
Enumerator
AMapDrivingStrategyFastest 

速度最快 ///<Fastest

AMapDrivingStrategyMinFare 

避免收费 ///

AMapDrivingStrategyShortest 

距离最短 ///<Shortest distance

AMapDrivingStrategyNoHighways 

不走高速 ///<No highways

AMapDrivingStrategyAvoidCongestion 

躲避拥堵 ///

AMapDrivingStrategyAvoidHighwaysAndFare 

不走高速且避免收费 ///<No highways and avoid tolls

AMapDrivingStrategyAvoidHighwaysAndCongestion 

不走高速且躲避拥堵 ///<No highways and avoid congestion

AMapDrivingStrategyAvoidFareAndCongestion 

躲避收费和拥堵 ///

AMapDrivingStrategyAvoidHighwaysAndFareAndCongestion 

不走高速躲避收费和拥堵 ///<No highways, avoid tolls and congestion

◆ AMapRouteSearchType

enum AMapRouteSearchType : NSInteger
Enumerator
AMapRouteSearchTypeDriving 

驾车 ///<Driving

AMapRouteSearchTypeTransit 

公交 ///<Transit

AMapRouteSearchTypeWalking 

步行 ///<Walking

◆ AMapTransitStrategy

enum AMapTransitStrategy : NSInteger
Enumerator
AMapTransitStrategyFastest 

最快捷 ///<Fastest

AMapTransitStrategyMinFare 

最经济 ///<Most economical

AMapTransitStrategyMinTransfer 

最少换乘 ///<Fewest transfers

AMapTransitStrategyMinWalk 

最少步行 ///<Least walking

AMapTransitStrategyMostComfortable 

最舒适 ///<Most comfortable

AMapTransitStrategyAvoidSubway 

不乘地铁 ///

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