MapboxSignboardOptions

class MapboxSignboardOptions

A class that allows you to control style of signboards that will be generated using MapboxSignboardApi

Types

Link copied to clipboard
class Builder

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): MapboxSignboardOptions.Builder
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val cssStyles: String

String used to specify styling rules for the signboard svg. If not specified it uses a default style.

Link copied to clipboard
val desiredSignboardWidth: Int

Int used to calculate the height to maintain the aspect ratio. If not specified it defaults to 400px.