GooglePlaces Framework Reference

GMSPlaceFuelOptions

@interface GMSPlaceFuelOptions : NSObject

The most recent information about fuel options in a gas station.

  • The last known fuel price for each type of fuel this station has.

    Declaration

    Swift

    var fuelPrices: [GMSPlaceFuelPrice] { get }

    Objective-C

    @property (nonatomic, readonly) NSArray<GMSPlaceFuelPrice *> *_Nonnull fuelPrices;