Function SimOneAPI::GetLaneLength¶ Defined in File SimOneHDMapAPI.h Function Documentation¶ double SimOneAPI::GetLaneLength(const SSD::SimString &id)¶ 获取车道长度 Get the length of the lane. 此函数用于获取指定车道ID的车道长度 This function is used to get the length of the lane for a given lane ID. 参数:¶ const SSD::SimString &id¶[in] 输入的车道ID,格式为roadId_sectionIndex_laneId Input lane ID, formatted as roadId_sectionIndex_laneId. 返回:¶ 返回指定车道的长度 Returns the length of the lane.