Navigation Route Line
            data class NavigationRouteLine(route: NavigationRoute, identifier: String?)
Content copied to clipboard
Represents a route and an optional identification of used for representing routes on the map.
Parameters
route
a directions route
identifier
an optional identifier for the directions route which can be used to influence color of the route when it is an alternative route.
Constructors
NavigationRouteLine
                          
                    Link copied to clipboard
                        a directions route
Functions
component1
                          
                    Link copied to clipboard
                        component2
                          
                    Link copied to clipboard
                        copy
                          
                    Link copied to clipboard
                        fun copy(route: NavigationRoute, identifier: String?): NavigationRouteLine
Content copied to clipboard