Ejemplo n.º 1
0
        private async Task <MapDataResponse> GetMapDataAsync()
        {
            var mapDataRequest = new MapDataRequest();

            return(await _mapClient
                   .GetMapDataAsync(mapDataRequest));
        }