EvChargeAmenitySummary

public abstract class EvChargeAmenitySummary extends AiSummary implements Parcelable


The summary of amenities near the EV charging station. This only applies to places with type "electric_vehicle_charging_station".

Summary

Nested types

public abstract class EvChargeAmenitySummary.Builder

Builder for EvChargeAmenitySummary.

Public constructors

Public methods

static EvChargeAmenitySummary.Builder

Returns a Builder.

abstract @Nullable ContentBlock

Returns a summary of the nearby coffee options.

abstract @Nullable String

Returns the AI disclosure message "Summarized with Gemini".

abstract @Nullable String

Returns the disclosure text's language code, if available.

abstract @Nullable Uri

Returns the URI to flag a problem with the summary.

abstract ContentBlock

Returns an overview of the available amenities.

abstract @Nullable ContentBlock

Returns a summary of the nearby restaurants.

abstract @Nullable ContentBlock

Returns a summary of the nearby stores.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

EvChargeAmenitySummary

public EvChargeAmenitySummary()

Public methods

builder

public static EvChargeAmenitySummary.Builder builder(ContentBlock overview)

Returns a Builder.

getCoffee

public abstract @Nullable ContentBlock getCoffee()

Returns a summary of the nearby coffee options.

getDisclosureText

public abstract @Nullable String getDisclosureText()

Returns the AI disclosure message "Summarized with Gemini".

getDisclosureTextLanguageCode

public abstract @Nullable String getDisclosureTextLanguageCode()

Returns the disclosure text's language code, if available.

getFlagContentUri

public abstract @Nullable Uri getFlagContentUri()

Returns the URI to flag a problem with the summary.

getOverview

public abstract ContentBlock getOverview()

Returns an overview of the available amenities.

getRestaurant

public abstract @Nullable ContentBlock getRestaurant()

Returns a summary of the nearby restaurants.

getStore

public abstract @Nullable ContentBlock getStore()

Returns a summary of the nearby stores.