GooglePlaces Framework Reference

GMSPlaceFuelPrice

@interface GMSPlaceFuelPrice : NSObject

Fuel price information for a given fuel type.

  • The type of fuel.

    Declaration

    Swift

    var type: GMSPlaceFuelType { get }

    Objective-C

    @property (nonatomic, readonly) GMSPlaceFuelType type;
  • The price of the fuel.

    Declaration

    Swift

    var price: GMSPlaceMoney { get }

    Objective-C

    @property (nonatomic, readonly) GMSPlaceMoney *_Nonnull price;
  • The time the fuel price was last updated.

    Declaration

    Swift

    var lastUpdateTime: Date? { get }

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *lastUpdateTime;