Methods
getDestination
- getDestination(): undefined | LatLonPoint
Taxi终点坐标
getDistance
- getDistance(): number
Returns number
方案总距离,米。
getDuration
- getDuration(): number
Returns number
方案耗时,秒。
getOrigin
- getOrigin(): undefined | LatLonPoint
Taxi起点坐标
getPolyline
- getPolyline(): ArrayList<LatLonPoint>
getPrice
- getPrice(): number
Returns number
getmSname
- getmSname(): string
Returns string
起点名称。
getmTname
- getmTname(): string
Returns string
终点名称。
setPolyline
- setPolyline(mPolyline): void
Returns void
setPrice
- setPrice(mPrice): void
Returns void
此类定义了打车路段信息
Since
1.0.0