Beispiel #1
0
        public async Task <TrackerAppResponse> GetLocationAsync()
        {
            var result = await _trackerService.GetLocationAsync();

            result.MapAppResponse = await _mapService.GetLocationAsync(result.IssPosition.Latitude, result.IssPosition.Longitude);

            return(result);
        }