MapPickResult (API Reference)
Package com.here.sdk.mapview
Class MapPickResult
java.lang.Object
com.here.NativeBase
com.here.sdk.mapview.MapPickResult
A class representing a map pick result.
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of map object descriptors representing picked objects from custom user data layers.Gets a picked map content result.Gets a picked map items result.
-
Method Details
-
getMapItems
Gets a picked map items result.
- Returns:
Picked map items result.
-
getMapContent
Gets a picked map content result.
- Returns:
Picked map content result.
-
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.
-