Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

get current location latitude and longitude in xamarin - NAYCode.com

      var location = await Geolocation.GetLocationAsync();
                    if (location != null)
                    {
                    	      double _log = location.Longitude;
		             double _lat = location. Latitude;
                    }

Source by naycode.com #
 
PREVIOUS NEXT
Tagged: #current #location #latitude #longitude #xamarin
ADD COMMENT
Topic
Name
7+8 =