Class Place.Types.EvChargeAmenitySummary
The summary of amenities near the EV charging station. This only applies to
places with type electric_vehicle_charging_station
. The overview
field
is guaranteed to be provided while the other fields are optional.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.EvChargeAmenitySummary : IMessage<Place.Types.EvChargeAmenitySummary>, IEquatable<Place.Types.EvChargeAmenitySummary>, IDeepCloneable<Place.Types.EvChargeAmenitySummary>, IBufferMessage, IMessage
Constructors
EvChargeAmenitySummary()
Declaration
public EvChargeAmenitySummary()
EvChargeAmenitySummary(EvChargeAmenitySummary)
Declaration
public EvChargeAmenitySummary(Place.Types.EvChargeAmenitySummary other)
Parameters
Type | Name | Description |
---|---|---|
Place.Types.EvChargeAmenitySummary | other |
Properties
Coffee
A summary of the nearby coffee options.
Declaration
public ContentBlock Coffee { get; set; }
Property Value
Type | Description |
---|---|
ContentBlock |
DisclosureText
The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.
Declaration
public LocalizedText DisclosureText { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
FlagContentUri
A link where users can flag a problem with the summary.
Declaration
public string FlagContentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Overview
An overview of the available amenities. This is guaranteed to be provided.
Declaration
public ContentBlock Overview { get; set; }
Property Value
Type | Description |
---|---|
ContentBlock |
Restaurant
A summary of the nearby restaurants.
Declaration
public ContentBlock Restaurant { get; set; }
Property Value
Type | Description |
---|---|
ContentBlock |
Store
A summary of the nearby gas stations.
Declaration
public ContentBlock Store { get; set; }
Property Value
Type | Description |
---|---|
ContentBlock |