Route Style Descriptor
            data class RouteStyleDescriptor(routeIdentifier: String, lineColorResourceId: Int, lineShieldColorResourceId: Int)
Content copied to clipboard
This class is used for describing the route line color(s) at runtime.
Parameters
routeIdentifier
a string that identifies routes which should have their color overridden
lineColorResourceId
the color of the route line
lineShieldColorResourceId
the color of the shield line which appears below the route line and is normally wider providing a visual border for the route line.
Constructors
RouteStyleDescriptor
                          
                    Link copied to clipboard
                        fun RouteStyleDescriptor(routeIdentifier: String, lineColorResourceId: Int, lineShieldColorResourceId: Int)
Content copied to clipboard
a string that identifies routes which should have their color overridden
Functions
component1
                          
                    Link copied to clipboard
                        component2
                          
                    Link copied to clipboard
                        component3
                          
                    Link copied to clipboard
                        Properties
lineColorResourceId
                          
                    Link copied to clipboard
                        lineShieldColorResourceId
                          
                    
                  Link copied to clipboard
                        routeIdentifier
                          
                    
                  Link copied to clipboard