C# Class Monobjc.MapKit.MKCoordinateSpan

Mostra file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
latitudeDelta double
longitudeDelta double

Public Methods

Method Description
MKCoordinateSpan ( double latitudeDelta, double longitudeDelta ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.GLKit.MKCoordinateSpan struct.

Method Details

MKCoordinateSpan() public method

Initializes a new instance of the Monobjc.GLKit.MKCoordinateSpan struct.
public MKCoordinateSpan ( double latitudeDelta, double longitudeDelta ) : System.Runtime.InteropServices
latitudeDelta double
longitudeDelta double
return System.Runtime.InteropServices

Property Details

latitudeDelta public_oe property

The amount of north-to-south distance (measured in degrees) to display on the map. Unlike longitudinal distances, which vary based on the latitude, one degree of latitude is always approximately 111 kilometers (69 miles).
public double latitudeDelta
return double

longitudeDelta public_oe property

The amount of east-to-west distance (measured in degrees) to display for the map region. The number of kilometers spanned by a longitude range varies based on the current latitude. For example, one degree of longitude spans a distance of approximately 111 kilometers (69 miles) at the equator but shrinks to 0 kilometers at the poles.
public double longitudeDelta
return double