google_api_blogger v0.2.0 GoogleApi.Blogger.V3.Model.PostLocation View Source

The location for geotagged posts.

Attributes

  • lat (float()): Location's latitude. Defaults to: null.
  • lng (float()): Location's longitude. Defaults to: null.
  • name (String.t): Location name. Defaults to: null.
  • span (String.t): Location's viewport span. Can be used when rendering a map preview. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Blogger.V3.Model.PostLocation{
  lat: any(),
  lng: any(),
  name: any(),
  span: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.