Esempio n. 1
0
        private async void _timer_Elapsed(object sender, ElapsedEventArgs e)
        {
            var currentLocation = await _geolocationService.GetCurrentGeolocationAsync();

            var location = new LatLng(currentLocation.Latitude, currentLocation.Longitude);
        }