Class MapPickResult

java.lang.Object
com.here.NativeBase
com.here.sdk.mapview.MapPickResult

public final class MapPickResult extends NativeBase

A class representing a map pick result.

  • Method Details

    • getMapItems

      @Nullable public PickMapItemsResult getMapItems()

      Gets a picked map items result.

      Returns:

      Picked map items result.

    • getMapContent

      @Nullable public PickMapContentResult getMapContent()

      Gets a picked map content result.

      Returns:

      Picked map content result.

    • getCustomLayerObjectDescriptors

      @Nullable public List<MapObjectDescriptor> getCustomLayerObjectDescriptors()

      Gets a list of map object descriptors representing picked objects from custom user data layers.

      Returns:

      List of map object descriptors representing picked objects from custom user data layers.