GetTileRequest

Types

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

Properties

Link copied to clipboard
val key: String?

Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

Link copied to clipboard

Specifies the desired tile set.

Link copied to clipboard
val x: String?

The X axis value for the map tile. Must be between 0 and 19.

Link copied to clipboard
val y: String?

The Y axis value for the map tile.

Link copied to clipboard
val z: String?

The zoom value for the map tile.

Functions

Link copied to clipboard
inline fun copy(block: GetTileRequest.Builder.() -> Unit = {}): GetTileRequest
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