Builder
Builder for RouteProgress
Parameters
route
DirectionsRoute currently is used for the navigation session
Constructors
Functions
bannerInstructions
                          
                    Link copied to clipboard
                        fun bannerInstructions(bannerInstructions: BannerInstructions?): RouteProgress.Builder
Content copied to clipboard
build
                          
                    Link copied to clipboard
                        currentLegProgress
                          
                    Link copied to clipboard
                        fun currentLegProgress(legProgress: RouteLegProgress?): RouteProgress.Builder
Content copied to clipboard
RouteLegProgress object with information about the particular leg the user is currently on.
currentState
                          
                    Link copied to clipboard
                        fun currentState(currentState: RouteProgressState): RouteProgress.Builder
Content copied to clipboard
distanceRemaining
                          
                    
                  Link copied to clipboard
                        distanceTraveled
                          
                    
                  Link copied to clipboard
                        durationRemaining
                          
                    
                  Link copied to clipboard
                        fractionTraveled
                          
                    
                  Link copied to clipboard
                        inTunnel
                          
                    
                  Link copied to clipboard
                        remainingWaypoints
                          
                    
                  Link copied to clipboard
                        routeGeometryWithBuffer
                          
                    Link copied to clipboard
                        fun routeGeometryWithBuffer(routeGeometryWithBuffer: Geometry?): RouteProgress.Builder
Content copied to clipboard
upcomingRouteAlerts
                          
                    Link copied to clipboard
                        fun upcomingRouteAlerts(upcomingRouteAlerts: List<UpcomingRouteAlert>): RouteProgress.Builder
Content copied to clipboard
upcomingStepPoints
                          
                    Link copied to clipboard
                        fun upcomingStepPoints(upcomingStepPoints: List<Point>?): RouteProgress.Builder
Content copied to clipboard
voiceInstructions
                          
                    Link copied to clipboard
                        fun voiceInstructions(voiceInstructions: VoiceInstructions?): RouteProgress.Builder
Content copied to clipboard