Class PickMapContentResult


  • public final class PickMapContentResult
    extends NativeBase

    A class that contains possible results from picking map content on the map scene.

    • 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.