Package-level declarations

Types

Link copied to clipboard
@MapboxExperimental
object ParkingAvailabilityLevel

Availability or Probability based indicator, based on reported or predicted availability/probability.

Link copied to clipboard
@MapboxExperimental
class ParkingInfo(val capacity: Int?, val rateInfo: ParkingRateInfo?, val availability: Int?, val availabilityLevel: String?, val availabilityUpdatedAt: String?, val trend: String?, val paymentMethods: List<String>?, val paymentTypes: List<String>?, val restrictions: List<String>?) : Parcelable

Parking information for POIs that represent parking facilities, e.g., parking lots, garages, street parking etc.

Link copied to clipboard
@MapboxExperimental
object ParkingPaymentMethod

Payment method.

Link copied to clipboard
@MapboxExperimental
object ParkingPaymentType

Available payment types

Link copied to clipboard
@MapboxExperimental
object ParkingPriceType

Type of parking price.

Link copied to clipboard
@MapboxExperimental
class ParkingRate(val maxStay: String?, val times: List<ParkingRateTime>?, val prices: List<ParkingRatePrice>?) : Parcelable

Individual parking rate.

Link copied to clipboard
@MapboxExperimental
object ParkingRateCustomDurationValue

Custom parking rate duration values.

Link copied to clipboard
@MapboxExperimental
class ParkingRateInfo(val currencySymbol: String?, val currencyCode: String?, val rates: List<ParkingRate>?) : Parcelable

Rate information for parking facilities.

Link copied to clipboard
@MapboxExperimental
class ParkingRatePrice(val type: String?, val amount: Double?, val value: ParkingRateValue?) : Parcelable

Pricing information for parking rates.

Link copied to clipboard
@MapboxExperimental
class ParkingRateTime(val days: List<WeekDay>?, val fromHour: Byte?, val fromMinute: Byte?, val toHour: Byte?, val toMinute: Byte?) : Parcelable

Time period for parking rates

Link copied to clipboard
@MapboxExperimental
abstract class ParkingRateValue : Parcelable

An ISO8601 interval denoting a fixed or additional duration IsoValue OR a custom duration value represented by ParkingRateCustomDurationValue.Type

Link copied to clipboard
@MapboxExperimental
object ParkingRestriction

Represents the restriction to the parking spot for different purposes. One of the examples is OCPI ParkingRestriction.

Link copied to clipboard
@MapboxExperimental
object ParkingTrend

Availability trend over time.

Link copied to clipboard
@MapboxExperimental
object ParkingType

The general type of parking near POI. One of the examples is OCPI ParkingType