PickMapContentResult.VehicleRestrictionResult (API Reference)
Package com.here.sdk.mapview
Class PickMapContentResult.VehicleRestrictionResult
java.lang.Object
com.here.sdk.mapview.PickMapContentResult.VehicleRestrictionResult
- Enclosing class:
- PickMapContentResult
Carries the result of picking a vehicle restriction object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe geographic coordinates of the vehicle restriction.Country code.The vehicle restriction details. -
Constructor Summary
ConstructorsConstructorDescriptionVehicleRestrictionResult(GeoCoordinates coordinates, CountryCode countryCode, VehicleRestriction vehicleRestriction) Creates a new instance.VehicleRestrictionResult(GeoCoordinates coordinates, VehicleRestriction vehicleRestriction) Creates a new instance. -
Method Summary
-
Field Details
-
coordinates
The geographic coordinates of the vehicle restriction.
-
countryCode
Country code.
-
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.
-