Class PickMapContentResult.VehicleRestrictionResult

java.lang.Object
com.here.sdk.mapview.PickMapContentResult.VehicleRestrictionResult
Enclosing class:
PickMapContentResult

public static final class PickMapContentResult.VehicleRestrictionResult extends Object

Carries the result of picking a vehicle restriction object.

  • Field Details

    • coordinates

      @NonNull public GeoCoordinates coordinates

      The geographic coordinates of the vehicle restriction.

    • countryCode

      @Nullable public CountryCode countryCode

      Country code.

    • vehicleRestriction

      @NonNull public VehicleRestriction vehicleRestriction

      The vehicle restriction details.

  • Constructor Details

    • VehicleRestrictionResult

      public VehicleRestrictionResult(@NonNull GeoCoordinates coordinates, @NonNull VehicleRestriction vehicleRestriction)

      Creates a new instance.

      Parameters:
      coordinates -

      The geographic coordinates of the vehicle restriction.

      vehicleRestriction -

      The vehicle restriction details.

    • VehicleRestrictionResult

      public VehicleRestrictionResult(@NonNull GeoCoordinates coordinates, @Nullable CountryCode countryCode, @NonNull VehicleRestriction vehicleRestriction)

      Creates a new instance.

      Parameters:
      coordinates -

      The geographic coordinates of the vehicle restriction.

      countryCode -

      Country code.

      vehicleRestriction -

      The vehicle restriction details.