GMSPlaceEVChargeAmenitySummary
@interface GMSPlaceEVChargeAmenitySummary : NSObject <GMSPlaceAISummary>The summary of amenities near the EV charging station. This only applies to places with type “electric_vehicle_charging_station”.
- 
                  
                  Returns an overview of the available amenities. DeclarationSwift @NSCopying var overview: GMSPlaceContentBlock? { get }Objective-C @property (nonatomic, copy, readonly, nullable) GMSPlaceContentBlock *overview;
- 
                  
                  Returns a summary of the nearby coffee options. DeclarationSwift @NSCopying var coffee: GMSPlaceContentBlock? { get }Objective-C @property (nonatomic, copy, readonly, nullable) GMSPlaceContentBlock *coffee;
- 
                  
                  Returns a summary of the nearby restaurants. DeclarationSwift @NSCopying var restaurant: GMSPlaceContentBlock? { get }Objective-C @property (nonatomic, copy, readonly, nullable) GMSPlaceContentBlock *restaurant;
- 
                  
                  Returns a summary of the nearby stores. DeclarationSwift @NSCopying var store: GMSPlaceContentBlock? { get }Objective-C @property (nonatomic, copy, readonly, nullable) GMSPlaceContentBlock *store;
- 
                  
                  Returns the URI to flag a problem with the summary. DeclarationSwift var flagContentURI: URL? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSURL *flagContentURI;
- 
                  
                  Returns the AI disclosure message “Summarized with Gemini”. DeclarationSwift var disclosureText: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *disclosureText;
- 
                  
                  Returns the disclosure text’s language code, if available. DeclarationSwift var disclosureTextLanguageCode: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *disclosureTextLanguageCode;
- 
                  
                  Unavailable DeclarationObjective-C - (instancetype)init NS_UNAVAILABLE;