Class Location
Represents a location field in a Space.
Inheritance
System.Object
Location
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class Location
Properties
Lat
The latitude of the location.
Declaration
public double Lat { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Lon
The longitude of the location.
Declaration
public double Lon { get; set; }
Property Value
Type | Description |
---|---|
System.Double |