C# Class Monobjc.MapKit.MKCoordinateRegion

Exibir arquivo 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_oe property

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

span public_oe 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