Show / Hide Table of Contents

Class Post.LocationData

The location for geotagged posts.

Inheritance
object
Post.LocationData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v2.Data
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class Post.LocationData

Properties

Lat

Location's latitude.

Declaration
[JsonProperty("lat")]
public virtual double? Lat { get; set; }
Property Value
Type Description
double?

Lng

Location's longitude.

Declaration
[JsonProperty("lng")]
public virtual double? Lng { get; set; }
Property Value
Type Description
double?

Name

Location name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Span

Location's viewport span. Can be used when rendering a map preview.

Declaration
[JsonProperty("span")]
public virtual string Span { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX