Warning
This feature is available in the Full MapKit SDK version
MMKSearchFuelMetadata
@interface MMKSearchFuelMetadata : NSObject <MMKBaseMetadata> |
Fuel snippet.
Summary
Class methods
+ (nonnull MMKSearchFuelMetadata *)fuelMetadataWithTimestamp:(nullable NSNumber *)timestamp |
Properties
@property (nonatomic, readonly, nullable) NSNumber *timestamp; |
@property (nonatomic, readonly, nonnull) NSArray<MMKSearchFuelType *> *fuels; |
@property (nonatomic, readonly, nullable) MMKAttribution *attribution; |
Class methods
fuelMetadataWithTimestamp:fuels:attribution:
+ (nonnull MMKSearchFuelMetadata *)fuelMetadataWithTimestamp:(nullable NSNumber *)timestamp |
Properties
timestamp
@property (nonatomic, readonly, nullable) NSNumber *timestamp; |
Snippet update time as UNIX timestamp.
Optional field, can be nil.
fuels
@property (nonatomic, readonly, nonnull) NSArray<MMKSearchFuelType *> *fuels; |
Fuel list.
attribution
@property (nonatomic, readonly, nullable) MMKAttribution *attribution; |
Attribution information.
Optional field, can be nil.