C# Class fivenine.UnifiedMaps.CircleOverlay

Inheritance: ICircleOverlay
Afficher le fichier Open project: fiveninedigital/UnifiedMaps

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

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 .
Résultat bool