iOS高德地图SDK(搜索)  V9.5.0
AMapTaxi Class Reference

出租车信息 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapTaxi:
AMapSearchObject

Properties

AMapGeoPointorigin
 起点坐标 More...
 
AMapGeoPointdestination
 终点坐标 More...
 
NSInteger distance
 距离,单位米 More...
 
NSInteger duration
 耗时,单位秒 More...
 
NSString * sname
 起点名称 More...
 
NSString * tname
 终点名称 More...
 
NSString * price
 打车预计花费金额 @singce 9.4.0 More...
 
NSString * polyline
 线路点集合,通过show_fields控制返回与否 @singce 9.4.0 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

出租车信息

Property Documentation

◆ destination

- (AMapGeoPoint*) destination
readwritenonatomiccopy

终点坐标

◆ distance

- (NSInteger) distance
readwritenonatomicassign

距离,单位米

◆ duration

- (NSInteger) duration
readwritenonatomicassign

耗时,单位秒

◆ origin

- (AMapGeoPoint*) origin
readwritenonatomiccopy

起点坐标

◆ polyline

- (NSString*) polyline
readwritenonatomiccopy

线路点集合,通过show_fields控制返回与否 @singce 9.4.0

◆ price

- (NSString*) price
readwritenonatomiccopy

打车预计花费金额 @singce 9.4.0

◆ sname

- (NSString*) sname
readwritenonatomiccopy

起点名称

◆ tname

- (NSString*) tname
readwritenonatomiccopy

终点名称


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。