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

The location for geotagged posts.

Attributes

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

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.