@@ -137,39 +137,6 @@ class RouteLineColorResources private constructor(
137137 .inActiveRouteLegsColor(inActiveRouteLegsColor)
138138 }
139139
140- /* *
141- * Returns a string representation of the object.
142- */
143- override fun toString (): String {
144- return " RouteLineColorResources(" +
145- " lowCongestionRange=$lowCongestionRange , " +
146- " heavyCongestionRange=$heavyCongestionRange , " +
147- " severeCongestionRange=$severeCongestionRange , " +
148- " moderateCongestionRange=$moderateCongestionRange , " +
149- " routeDefaultColor=$routeDefaultColor , " +
150- " routeLowCongestionColor=$routeLowCongestionColor , " +
151- " routeModerateCongestionColor=$routeModerateCongestionColor , " +
152- " routeHeavyCongestionColor=$routeHeavyCongestionColor , " +
153- " routeSevereCongestionColor=$routeSevereCongestionColor , " +
154- " routeUnknownCongestionColor=$routeUnknownCongestionColor , " +
155- " routeClosureColor=$routeClosureColor , " +
156- " restrictedRoadColor=$restrictedRoadColor , " +
157- " alternativeRouteDefaultColor=$alternativeRouteDefaultColor , " +
158- " alternativeRouteLowCongestionColor=$alternativeRouteLowCongestionColor , " +
159- " alternativeRouteModerateCongestionColor=$alternativeRouteModerateCongestionColor , " +
160- " alternativeRouteHeavyCongestionColor=$alternativeRouteHeavyCongestionColor , " +
161- " alternativeRouteSevereCongestionColor=$alternativeRouteSevereCongestionColor , " +
162- " alternativeRouteUnknownCongestionColor=$alternativeRouteUnknownCongestionColor , " +
163- " alternativeRouteRestrictedRoadColor=$alternativeRouteRestrictedRoadColor , " +
164- " alternativeRouteClosureColor=$alternativeRouteClosureColor , " +
165- " routeLineTraveledColor=$routeLineTraveledColor , " +
166- " routeLineTraveledCasingColor=$routeLineTraveledCasingColor , " +
167- " routeCasingColor=$routeCasingColor , " +
168- " alternativeRouteCasingColor=$alternativeRouteCasingColor , " +
169- " inActiveRouteLegsColor=$inActiveRouteLegsColor " +
170- " )"
171- }
172-
173140 /* *
174141 * Returns a hash code value for the object.
175142 */
@@ -256,6 +223,36 @@ class RouteLineColorResources private constructor(
256223 return true
257224 }
258225
226+ override fun toString (): String {
227+ return " RouteLineColorResources(" +
228+ " lowCongestionRange=$lowCongestionRange , " +
229+ " moderateCongestionRange=$moderateCongestionRange , " +
230+ " heavyCongestionRange=$heavyCongestionRange , " +
231+ " severeCongestionRange=$severeCongestionRange , " +
232+ " routeDefaultColor=$routeDefaultColor , " +
233+ " routeLowCongestionColor=$routeLowCongestionColor , " +
234+ " routeModerateCongestionColor=$routeModerateCongestionColor , " +
235+ " routeHeavyCongestionColor=$routeHeavyCongestionColor , " +
236+ " routeSevereCongestionColor=$routeSevereCongestionColor , " +
237+ " routeUnknownCongestionColor=$routeUnknownCongestionColor , " +
238+ " alternativeRouteDefaultColor=$alternativeRouteDefaultColor , " +
239+ " alternativeRouteLowCongestionColor=$alternativeRouteLowCongestionColor , " +
240+ " alternativeRouteModerateCongestionColor=$alternativeRouteModerateCongestionColor , " +
241+ " alternativeRouteHeavyCongestionColor=$alternativeRouteHeavyCongestionColor , " +
242+ " alternativeRouteSevereCongestionColor=$alternativeRouteSevereCongestionColor , " +
243+ " alternativeRouteUnknownCongestionColor=$alternativeRouteUnknownCongestionColor , " +
244+ " restrictedRoadColor=$restrictedRoadColor , " +
245+ " routeClosureColor=$routeClosureColor , " +
246+ " alternativeRouteRestrictedRoadColor=$alternativeRouteRestrictedRoadColor , " +
247+ " alternativeRouteClosureColor=$alternativeRouteClosureColor , " +
248+ " routeLineTraveledColor=$routeLineTraveledColor , " +
249+ " routeLineTraveledCasingColor=$routeLineTraveledCasingColor , " +
250+ " routeCasingColor=$routeCasingColor , " +
251+ " alternativeRouteCasingColor=$alternativeRouteCasingColor , " +
252+ " inActiveRouteLegsColor=$inActiveRouteLegsColor " +
253+ " )"
254+ }
255+
259256 /* *
260257 * A builder for instantiating the RouteLineResources class
261258 */
0 commit comments