usesMeteredFare
A Boolean value indicating whether the price uses a metered fare instead of a fixed price.
Declaration
@property (nonatomic, copy, readwrite, nullable) NSNumber * usesMeteredFare;@property (atomic, copy, readwrite, nullable) NSNumber * usesMeteredFare;Discussion
The NSNumber object in this property contains a Boolean value indicating whether the ride uses a metered fare instead of a fixed price. When set to true, any information in the priceRange property isn’t shown to the user.