Esempio n. 1
0
        public Distance ComputeDistanceAway(LatLongPoint from)
        {
            LatLongPoint stationPoint = new LatLongPoint(Place.Lattitude, Place.Longitude);

            return(LocationHelper.ComputeDistance(stationPoint, from));
        }