C# Class Monobjc.MapKit.MKCoordinateRegion

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
center Monobjc.CoreLocation.CLLocationCoordinate2D
span MKCoordinateSpan

Public Methods

Method Description
MKCoordinateRegion ( CLLocationCoordinate2D center, MKCoordinateSpan span ) : System.Runtime.InteropServices

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

Method Details

MKCoordinateRegion() public method

Initializes a new instance of the Monobjc.GLKit.MKCoordinateSpan struct.
public MKCoordinateRegion ( CLLocationCoordinate2D center, MKCoordinateSpan span ) : System.Runtime.InteropServices
center Monobjc.CoreLocation.CLLocationCoordinate2D
span MKCoordinateSpan
return System.Runtime.InteropServices

Property Details

center public property

The center point of the region.
public CLLocationCoordinate2D,Monobjc.CoreLocation center
return Monobjc.CoreLocation.CLLocationCoordinate2D

span public property

The horizontal and vertical span representing the amount of map to display. The span also defines the current zoom level used by the map view object.
public MKCoordinateSpan,Monobjc.MapKit span
return MKCoordinateSpan