C# 클래스 fivenine.UnifiedMaps.CircleOverlay

상속: ICircleOverlay
파일 보기 프로젝트 열기: fiveninedigital/UnifiedMaps

공개 메소드들

메소드 설명
CircleOverlay ( ) : System

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

Equals ( IMapAnnotation other ) : bool

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

메소드 상세

CircleOverlay() 공개 메소드

Initializes a new instance of the T:fivenine.UnifiedMaps.CircleOverlay class.
public CircleOverlay ( ) : System
리턴 System

Equals() 공개 메소드

Determines whether the specified IMapAnnotation is equal to the current T:fivenine.UnifiedMaps.CircleOverlay.
public Equals ( IMapAnnotation other ) : bool
other IMapAnnotation The to compare with the current .
리턴 bool