StreetComponents

Components of a street.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base name part of the street name.

Link copied to clipboard

Indicates the official directional identifiers assigned to highways.

Link copied to clipboard

A BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.

Link copied to clipboard

A prefix is a directional identifier that precedes, but is not included in, the base name of a road.

Link copied to clipboard

A suffix is a directional identifier that follows, but is not included in, the base name of a road.

Link copied to clipboard
val type: String?

Street type part of the street name.

Link copied to clipboard

Defines if the street type is before or after the base name.

Link copied to clipboard

Defines a separator character such as "" or " " between the base name and type.

Functions

Link copied to clipboard
inline fun copy(block: StreetComponents.Builder.() -> Unit = {}): StreetComponents
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String