C# Class fivenine.UnifiedMaps.CircleOverlay

Inheritance: ICircleOverlay
Mostra file Open project: fiveninedigital/UnifiedMaps

Public Methods

Method Description
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.

Method Details

CircleOverlay() public method

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

Equals() public method

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 .
return bool