final case class TileId(value: Long) extends AnyVal with Product with Serializable
Represents the ID of a tile for the HEREtile schema.
For more information on HEREtiles and IDs, see the documentation for com.here.olp.util.quad.HereQuad.
- value
The tile ID
- Alphabetic
- By Inheritance
- TileId
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TileId(value: Long)
- value
The tile ID
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val value: Long