C# Class fivenine.UnifiedMaps.MapPin

A map pin annotation.
Inheritance: IMapPin
Mostra file Open project: fiveninedigital/UnifiedMaps

Public Methods

Method 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 method

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

MapPin() public method

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