iOS高德地图SDK(基础) V1.9.0
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 

速度最快

AMapDrivingStrategyMinFare 

避免收费

AMapDrivingStrategyShortest 

距离最短

AMapDrivingStrategyNoHighways 

不走高速

AMapDrivingStrategyAvoidCongestion 

躲避拥堵

AMapDrivingStrategyAvoidHighwaysAndFare 

不走高速且避免收费

AMapDrivingStrategyAvoidHighwaysAndCongestion 

不走高速且躲避拥堵

AMapDrivingStrategyAvoidFareAndCongestion 

躲避收费和拥堵

AMapDrivingStrategyAvoidHighwaysAndFareAndCongestion 

不走高速躲避收费和拥堵

◆ AMapRouteSearchType

enum AMapRouteSearchType : NSInteger
Enumerator
AMapRouteSearchTypeDriving 

驾车

AMapRouteSearchTypeTransit 

公交

AMapRouteSearchTypeWalking 

步行

◆ AMapTransitStrategy

enum AMapTransitStrategy : NSInteger
Enumerator
AMapTransitStrategyFastest 

最快捷

AMapTransitStrategyMinFare 

最经济

AMapTransitStrategyMinTransfer 

最少换乘

AMapTransitStrategyMinWalk 

最少步行

AMapTransitStrategyMostComfortable 

最舒适

AMapTransitStrategyAvoidSubway 

不乘地铁

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