Returns the distance (in meters) from the receiver’s location to the specified location. (Deprecated. Use the distanceFromLocation: method instead.)
Original signature is '- (CLLocationDistance)getDistanceFrom:(const CLLocation *)location'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual double GetDistanceFrom( CLLocation location )
Public Overridable Function GetDistanceFrom ( _ location As CLLocation _ ) As Double
public: virtual double GetDistanceFrom( CLLocation^ location )

- location (CLLocation)
- The other location.

The distance (in meters) between the two locations.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)