View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreDisplayDataProto (google_api_content_warehouse v0.4.0)

This holds data specific to rendering a POI on a map. It's derived from data already in MapFacts, e.g. containing features and the feature's point field. If empty, this proto should be ignored for rendering. See go/maps-render-alignment for motivation and more details.

Attributes

  • displayLocation (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t, default: nil) - The location where this feature should be rendered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreDisplayDataProto{
  displayLocation:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.