Class AdminContextId

java.lang.Object
com.here.sdk.mapdata.AdminContextId

public final class AdminContextId extends Object

Represents a set of administrative rules for a country or a state.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Handle to the catalog containing this administrative context.
    long
    Unique identifier for the administrative context.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance with default values.
  • 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 long id

      Unique identifier for the administrative context.

    • catalogHandle

      public long catalogHandle

      Handle to the catalog containing this administrative context.

  • Constructor Details

    • AdminContextId

      public AdminContextId()

      Creates a new instance with default values.

  • Method Details