Package com. mapbox. navigation. ui. maps. guidance. signboard. api
Types
MapboxExternalFileResolver
Link copied to clipboard
open class MapboxExternalFileResolver(assetManager: AssetManager) : SVGExternalFileResolver
Content copied to clipboard
MapboxSignboardApi
Link copied to clipboard
class MapboxSignboardApi @JvmOverloads() constructor(accessToken: String, parser: SvgToBitmapParser, options: MapboxSignboardOptions)
Content copied to clipboard
MapboxSvgToBitmapParser
Link copied to clipboard
class MapboxSvgToBitmapParser(externalFileResolver: SVGExternalFileResolver) : SvgToBitmapParser
Content copied to clipboard
Implementation of SvgToBitmapParser that provides a method allowing to convert SVG ByteArray to Bitmap
SvgToBitmapParser
Link copied to clipboard
fun fun interface SvgToBitmapParser
Content copied to clipboard