TileInformation

open class TileInformation(zoomLevel: Int, x: Int, y: Int) : Parcelable

Simple tile information Can be extended as RichTileInformation for Road Pinning

Constructors

TileInformation
Link copied to clipboard
fun TileInformation(zoomLevel: Int, x: Int, y: Int)

Functions

convertToStandardZoomLevel
Link copied to clipboard
fun convertToStandardZoomLevel(): TileInformation

Works only if zoom level is smaller or equal to 16

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

centerCoordinate
Link copied to clipboard
val centerCoordinate: LocationPoint
coordinate
Link copied to clipboard
val coordinate: LocationPoint
id
Link copied to clipboard
val id: String
x
Link copied to clipboard
val x: Int
y
Link copied to clipboard
val y: Int
zoomLevel
Link copied to clipboard
val zoomLevel: Int