Class PickMapContentResult
Package com.here.sdk.mapview
Class PickMapContentResult
- java.lang.Object
-
- com.here.NativeBase
-
- com.here.sdk.mapview.PickMapContentResult
-
public final class PickMapContentResult extends NativeBase
A class that contains possible results from picking map content on the map scene.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPickMapContentResult.TrafficIncidentResultCarries the result of picking a Carto traffic incident object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PickedPlace>getPickedPlaces()Gets a list of picked places containing the POIs at the location of picking.java.util.List<PickMapContentResult.TrafficIncidentResult>getTrafficIncidents()Gets the list of traffic incidents at the location of picking.
-
-
-
Method Detail
-
getPickedPlaces
@NonNull public java.util.List<PickedPlace> 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
@NonNull public java.util.List<PickMapContentResult.TrafficIncidentResult> getTrafficIncidents()
Gets the list of traffic incidents at the location of picking.
- Returns:
List of traffic incidents at the location of picking.
-
-