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.static final classCarries the result of picking a vehicle restriction 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.Gets the list of vehicle restrictions at the location of picking, sorted by distance to the center of the picking rectangle.
-
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.
-
getVehicleRestrictions
Gets the list of vehicle restrictions at the location of picking, sorted by distance to the center of the picking rectangle.
- Returns:
List of vehicle restrictions at the location of picking, sorted by distance to the center of the picking rectangle.
-