C# Class fivenine.UnifiedMaps.MapPin

A map pin annotation.
Inheritance: IMapPin
Afficher le fichier Open project: fiveninedigital/UnifiedMaps

Méthodes publiques

Méthode Description
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.

Method Details

Equals() public méthode

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

MapPin() public méthode

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