C# Class Monospace11.MapViewController

Inheritance: Monospace11.UIViewController
Mostrar archivo Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Public Properties

Property Type Description
ConferenceLocation CLLocationCoordinate2D
labelDistance UILabel

Public Methods

Method Description
MapViewController ( MapFlipViewController mfvc ) : System
SetLocation ( MonkeySpace toLocation ) : void
ViewDidLoad ( ) : void

Method Details

MapViewController() public method

public MapViewController ( MapFlipViewController mfvc ) : System
mfvc MapFlipViewController
return System

SetLocation() public method

public SetLocation ( MonkeySpace toLocation ) : void
toLocation MonkeySpace
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

ConferenceLocation public_oe property

public CLLocationCoordinate2D ConferenceLocation
return CLLocationCoordinate2D

labelDistance public_oe property

public UILabel labelDistance
return UILabel