RouteArrowOptions
Options for determining the appearance of maneuver arrow(s)
Parameters
the color of the arrow shaft
the color of the arrow shaft border
the drawable to represent the arrow head
the drawable to represent the arrow head border
indicates the maneuver arrow map layers appear above this layer on the map
the tolerance value used when configuring the underlying map source
an Expression governing the scaling of the maneuver arrow shaft
an Expression governing the scaling of the maneuver arrow shaft casing
an Expression governing the scaling of the maneuver arrow head
an Expression governing the scaling of the maneuver arrow head casing
determines the elevation of the route layers. The route line will default to the MIDDLE slot. To change, add your own custom slot before route arrow initialization and provide the slot name as a option here. see https://docs.mapbox.com/style-spec/reference/slots/ and StyleManager.getStyleSlots
configuration of route arrows fading out (see FadingConfig for details). NOTE: route arrows disappear at zoom levels 14.0 or lower. Make sure zoom levels specified in FadingConfig are greater than 14.0. NOTE: this property guards fading out the arrows on transition from a lower to a higher zoom level, meaning that FadingConfig.startFadingZoom must be less than or equal to FadingConfig.finishFadingZoom.