Class Post.LocationData
The location for geotagged posts.
Inherited Members
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 |