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

The location for geotagged posts.

Attributes

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

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: float(),
  lng: float(),
  name: String.t(),
  span: String.t()
}

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.