PickMapContentResult (API Reference)
Package com.here.sdk.mapview
Class PickMapContentResult
java.lang.Object
com.here.NativeBase
com.here.sdk.mapview.PickMapContentResult
A class that contains possible results from picking map content on the map scene.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classCarries the result of picking a Carto traffic incident object. -
Method Summary
Modifier and TypeMethodDescriptionGets a list of picked places containing the POIs at the location of picking.Gets the list of traffic incidents at the location of picking.
-
Method Details
-
getPickedPlaces
Gets a list of picked places containing the POIs at the location of picking.
- Returns:
List of picked places containing the POIs at the location of picking.
-
getTrafficIncidents
Gets the list of traffic incidents at the location of picking.
- Returns:
List of traffic incidents at the location of picking.
-