C# Class Monospace11.ConferenceAnnotation

MKAnnotation is an abstract class (in Objective C I think it's a protocol). Therefore we must create our own implementation of it. Since all the properties are read-only, we have to pass them in via a constructor.
Inheritance: MKAnnotation
Exibir arquivo Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Public Methods

Method Description
ConferenceAnnotation ( CLLocationCoordinate2D coord, string t, string s ) : System

custom constructor

Method Details

ConferenceAnnotation() public method

custom constructor
public ConferenceAnnotation ( CLLocationCoordinate2D coord, string t, string s ) : System
coord CLLocationCoordinate2D
t string
s string
return System