google_api_blogger v0.0.1 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): Location name. Defaults to:
null
. - span (String): Location's viewport span. Can be used when rendering a map preview. Defaults to:
null
.