Apex.System.Address.getDistance C# (CSharp) Метод

getDistance() публичный Метод

public getDistance ( Apex.System.Location other, string unit ) : double
other Apex.System.Location
unit string
Результат double
        public double getDistance(Location other, string unit)
        {
            throw new global::System.NotImplementedException("Address.GetDistance");
        }