ViewOptionsCustomization

class ViewOptionsCustomization

A class that allows you to define values for various different properties used by the NavigationView. If not specified, NavigationView uses the default values defined for each of these properties.

Constructors

ViewOptionsCustomization
Link copied to clipboard
fun ViewOptionsCustomization()

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

mapStyleUriDay
Link copied to clipboard
var mapStyleUriDay: String? = null
Provide custom navigation style for day mode.
mapStyleUriNight
Link copied to clipboard
var mapStyleUriNight: String? = null
Provide custom navigation style for night mode.
routeArrowOptions
Link copied to clipboard
var routeArrowOptions: RouteArrowOptions? = null
Provide custom route arrow options.
routeLineOptions
Link copied to clipboard
var routeLineOptions: MapboxRouteLineOptions? = null
Provide custom route line options.