C# Класс fivenine.UnifiedMaps.MapPin

A map pin annotation.
Наследование: IMapPin
Показать файл Открыть проект

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

Метод Описание
Equals ( IMapAnnotation other ) : bool

Determines whether the specified IMapAnnotation is equal to the current T:fivenine.UnifiedMaps.MapPin.

MapPin ( ) : System

Initializes a new instance of the T:fivenine.UnifiedMaps.MapPin class.

Описание методов

Equals() публичный Метод

Determines whether the specified IMapAnnotation is equal to the current T:fivenine.UnifiedMaps.MapPin.
public Equals ( IMapAnnotation other ) : bool
other IMapAnnotation The to compare with the current .
Результат bool

MapPin() публичный Метод

Initializes a new instance of the T:fivenine.UnifiedMaps.MapPin class.
public MapPin ( ) : System
Результат System