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.

  • Method Details

    • getPickedPlaces

      @NonNull public 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 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.

    • getVehicleRestrictions

      @NonNull public List<PickMapContentResult.VehicleRestrictionResult> 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.