C# 클래스 fivenine.UnifiedMaps.MapPin

A map pin annotation.
상속: IMapPin
파일 보기 프로젝트 열기: fiveninedigital/UnifiedMaps

공개 메소드들

메소드 설명
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