Example #1
0
        public async Task <IList <Models.Owner> > LoadOwners(Position pos)
        {
            const int MAX_OWNERS = 20;

            return(await OwnerService.GetNearbyOwners(pos.Latitude, pos.Longitude, MAX_OWNERS));
        }