View Source GoogleApi.Blogger.V3.Model.PostLocation (google_api_blogger v0.15.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.PostLocation{
  lat: float() | nil,
  lng: float() | nil,
  name: String.t() | nil,
  span: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.