java.lang.Object
com.here.platform.location.integration.herecommons.geospatial.HereTileLevel
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class HereTileLevel extends Object implements scala.Product, scala.Serializable
Represents a valid HEREtile level.

See also TileId.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    HereTileLevel(int value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(TileId tileId)
     
    int
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Constructor Details

    • HereTileLevel

      public HereTileLevel(int value)
  • Method Details