Class RegionId

java.lang.Object
com.here.sdk.maploader.RegionId

public final class RegionId extends Object

Specify a unique identifier for Region.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final long
    A unique region ID to identify a region.
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegionId(long id)
    Creates a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      public final long id

      A unique region ID to identify a region.

  • Constructor Details

    • RegionId

      public RegionId(long id)

      Creates a new instance.

      Parameters:
      id -

      A unique region ID to identify a region.

  • Method Details