Package com.mapbox.navigation.ui.maps.guidance.signboard.api

Types

MapboxExternalFileResolver
Link copied to clipboard
open class MapboxExternalFileResolver(assetManager: AssetManager) : SVGExternalFileResolver
Mapbox implementation of the SVGExternalFileResolver to better support font resolution.
MapboxSignboardApi
Link copied to clipboard
class MapboxSignboardApi @JvmOverloads() constructor(accessToken: String, parser: SvgToBitmapParser, options: MapboxSignboardOptions)
Mapbox Signboard Api allows you to generate signboard for select maneuvers.
MapboxSvgToBitmapParser
Link copied to clipboard
class MapboxSvgToBitmapParser(externalFileResolver: SVGExternalFileResolver) : SvgToBitmapParser
Implementation of SvgToBitmapParser that provides a method allowing to convert SVG ByteArray to Bitmap
SvgToBitmapParser
Link copied to clipboard
fun fun interface SvgToBitmapParser
An interface that exposes a function to allow the conversion of svg in a raw ByteArray format to Expected format that either holds a Bitmap if the conversion is successful or an error if it is not.