Transit Path
constructor(@Json(name = "transitStops" ) transitStops: List<Location>, @Json(name = "name" ) name: String, @Json(name = "hexRgbColor" ) hexRgbColor: String, @Json(name = "linePlaceId" ) linePlaceId: String?, @Json(name = "stopTimesInfo" ) stopTimesInfo: List<StopTimeInfo> = emptyList(), @Json(name = "source" ) source: DataSource?, @Json(name = "confidence" ) confidence: Double?, @Json(name = "distanceMeters" ) distanceMeters: Double?)