Xam.Plugin.Geolocator 1.0.1

Requires NuGet 2.8.1 or higher.

dotnet add package Xam.Plugin.Geolocator --version 1.0.1
NuGet\Install-Package Xam.Plugin.Geolocator -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xam.Plugin.Geolocator" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugin.Geolocator --version 1.0.1
#r "nuget: Xam.Plugin.Geolocator, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xam.Plugin.Geolocator as a Cake Addin
#addin nuget:?package=Xam.Plugin.Geolocator&version=1.0.1

// Install Xam.Plugin.Geolocator as a Cake Tool
#tool nuget:?package=Xam.Plugin.Geolocator&version=1.0.1

Easly access geolocation across Xamarin.iOS, Xamarin.Android and Windows.

       Example:
       var locator = CrossGeolocator.Current;
       locator.DesiredAccuracy = 50;

       var position = await locator.GetPositionAsync (timeout: 10000);

       Console.WriteLine ("Position Status: {0}", position.Timestamp);
       Console.WriteLine ("Position Latitude: {0}", position.Latitude);
       Console.WriteLine ("Position Longitude: {0}", position.Longitude);

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Xam.Plugin.Geolocator:

Repository Stars
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
jamesmontemagno/GeolocatorPlugin
Geolocation plugin for Xamarin and Windows
jamesmontemagno/PermissionsPlugin
Check and Request Permissions Plugin for Xamarin and Windows
Azure-Samples/openhack-devops-team
DevOps OpenHack Team environment APIs
Version Downloads Last updated
1.0.1 1,339 2/20/2015
1.0.0 229 1/29/2015
1.0.0-alpha 46 1/18/2015