GetMapTileRequest

Types

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

Properties

Link copied to clipboard
val key: String?

The optional API key to authorize the request.

Link copied to clipboard

The map resource to retrieve the map tiles from.

Link copied to clipboard
val x: String

The X axis value for the map tile.

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: GetMapTileRequest.Builder.() -> Unit = {}): GetMapTileRequest
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