C# 클래스 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.
상속: MKAnnotation
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace 1 사용 예제들

공개 메소드들

메소드 설명
ConferenceAnnotation ( CLLocationCoordinate2D coord, string t, string s ) : System

custom constructor

메소드 상세

ConferenceAnnotation() 공개 메소드

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