iOS高德地图SDK(基础)  V1.8.2
AMapURLSearchType.h
Go to the documentation of this file.
1 //
2 // MAMapURLSearchType.h
3 // MAMapKitNew
4 //
5 // Created by xiaoming han on 15/5/25.
6 // Copyright (c) 2015年 xiaoming han. All rights reserved.
7 //
8 
10 typedef NS_ENUM(NSInteger, AMapDrivingStrategy)
11 {
12  AMapDrivingStrategyFastest = 0,
13  AMapDrivingStrategyMinFare = 1,
14  AMapDrivingStrategyShortest = 2,
15 
16  AMapDrivingStrategyNoHighways = 3,
17  AMapDrivingStrategyAvoidCongestion = 4,
18 
19  AMapDrivingStrategyAvoidHighwaysAndFare = 5,
20  AMapDrivingStrategyAvoidHighwaysAndCongestion = 6,
21  AMapDrivingStrategyAvoidFareAndCongestion = 7,
22  AMapDrivingStrategyAvoidHighwaysAndFareAndCongestion = 8
23 };
24 
26 typedef NS_ENUM(NSInteger, AMapTransitStrategy)
27 {
28  AMapTransitStrategyFastest = 0,
29  AMapTransitStrategyMinFare = 1,
30  AMapTransitStrategyMinTransfer = 2,
31  AMapTransitStrategyMinWalk = 3,
32  AMapTransitStrategyMostComfortable = 4,
33  AMapTransitStrategyAvoidSubway = 5,
34 };
35 
37 typedef NS_ENUM(NSInteger, AMapRouteSearchType)
38 {
39  AMapRouteSearchTypeDriving = 0,
40  AMapRouteSearchTypeTransit = 1,
41  AMapRouteSearchTypeWalking = 2,
42 };
43 
44 
NS_ENUM
typedef NS_ENUM(NSInteger, AMapDrivingStrategy)
驾车策略
Definition: AMapURLSearchType.h:10
© 2017 高德信息技术有限公司 版权所有,保留所有权利。