交通信息类

Author

qsh

Since

1.0.0

Constructors

Properties

mDistance: number = 0
mPolyline?: ArrayList<LatLonPoint> = ...
mStatus?: string

Methods

  • 返回路况距离。

    Returns number

    距离长度。

    Since

    1.0.0

  • 获取本段路况的坐标点集合。

    Returns undefined | ArrayList<LatLonPoint>

    此段路况的坐标点集合。

    Since

    1.0.0

  • 返回路况。 未知、畅通、缓行、拥堵

    Returns undefined | string

    路况

    Since

    1.0.0

Generated using TypeDoc