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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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