Class HereMap


  • public final class HereMap
    extends NativeBase

    The representation of a dynamic and interactive geographic map. The map manages a collection of layers of objects and spaces, presents them in a stacked layout and offers the means to focus on a certain area. The layers, their relation to the objects and spaces, the layout and the representation style is described through a configuration.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addMapIdleListener​(MapIdleListener listener)
      Adds a listener for receiving idle state notifications and notifies it of the current state.
      Style getStyle()
      Gets the style that the map uses to customize the visual appearance of rendered features.
      void removeMapIdleListener​(MapIdleListener listener)
      Removes a listener from receiving idle state notifications.
      • Methods inherited from class java.lang.Object

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