Show / Hide Table of Contents

Class Bounds

Represents bounds.

Inheritance
System.Object
Bounds
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Bounds : IXmlSerializable

Properties

MaxLatitude

Gets or sets the maximum latitude.

Declaration
public float ? MaxLatitude { get; set; }
Property Value
System.Nullable<System.Single>

MaxLongitude

Gets or sets the maximum longitude.

Declaration
public float ? MaxLongitude { get; set; }
Property Value
System.Nullable<System.Single>

MinLatitude

Gets or sets the minimum latitude.

Declaration
public float ? MinLatitude { get; set; }
Property Value
System.Nullable<System.Single>

MinLongitude

Gets or sets the minimum longitude.

Declaration
public float ? MinLongitude { get; set; }
Property Value
System.Nullable<System.Single>

Back to top Built by Itinero, MIT licensed.