VehicleRestrictionIconProperties (API Reference)
Package com.here.sdk.mapview
Class VehicleRestrictionIconProperties
java.lang.Object
com.here.sdk.mapview.VehicleRestrictionIconProperties
Encapsulates properties for generating vehicle restriction icons
using IconProvider.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies country specific version of the icon.Vehicle restriction to generate icon for. -
Constructor Summary
ConstructorsConstructorDescriptionVehicleRestrictionIconProperties(VehicleRestriction restriction) Creates icon properties for specified restriction.VehicleRestrictionIconProperties(VehicleRestriction restriction, CountryCode countryCode) Creates icon properties for specified restriction and country. -
Method Summary
-
Field Details
-
restriction
Vehicle restriction to generate icon for.
-
countryCode
Specifies country specific version of the icon. Ignored if there is no country specific version of requested icon.
-
-
Constructor Details
-
VehicleRestrictionIconProperties
Creates icon properties for specified restriction.
- Parameters:
restriction-Vehicle restriction to generate icon for.
-
VehicleRestrictionIconProperties
public VehicleRestrictionIconProperties(@NonNull VehicleRestriction restriction, @Nullable CountryCode countryCode) Creates icon properties for specified restriction and country.
- Parameters:
restriction-Vehicle restriction to generate icon for.
countryCode-Specifies country specific version of the icon. Ignored if there is no country specific version of requested icon.
-