Class MapPickResult
Package com.here.sdk.mapview
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MapObjectDescriptor>getCustomLayerObjectDescriptors()Gets a list of map object descriptors representing picked objects from custom user data layers.PickMapContentResultgetMapContent()Gets a picked map content result.PickMapItemsResultgetMapItems()Gets a picked map items result.
-
-
-
Method Detail
-
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 java.util.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.
-
-