Skip to main content

B1CityGraphPath

  • Represents the result of a city graph pathfinding query, containing the start and
    * end points, the ordered sequence of lane keys, and the total pathfinding cost.
PropertyTypeDescriptionMetadata
FromFB1CityGraphPointStart point of this path result.
ToFB1CityGraphPointEnd point of this path result.
KeysTArrayOrdered list of lane keys forming the route from start to end.
bLanePathFilledboolWhether the detailed lane point path has been filled in for this result.
TotalCostfloatTotal accumulated cost of the found path; -1 indicates no valid path.