Xam.Plugin.ExternalMaps
3.0.0
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package Xam.Plugin.ExternalMaps --version 3.0.0
NuGet\Install-Package Xam.Plugin.ExternalMaps -Version 3.0.0
<PackageReference Include="Xam.Plugin.ExternalMaps" Version="3.0.0" />
paket add Xam.Plugin.ExternalMaps --version 3.0.0
#r "nuget: Xam.Plugin.ExternalMaps, 3.0.0"
// Install Xam.Plugin.ExternalMaps as a Cake Addin #addin nuget:?package=Xam.Plugin.ExternalMaps&version=3.0.0 // Install Xam.Plugin.ExternalMaps as a Cake Tool #tool nuget:?package=Xam.Plugin.ExternalMaps&version=3.0.0
Open external maps to navigate to a specific geolocation or address. Option to launch with navigation option on iOS as well.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | uap was computed. uap10 is compatible. 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Xam.Plugin.ExternalMaps:
Package | Downloads |
---|---|
DK.Forms
Package Description |
|
DK.AppFramework
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Xam.Plugin.ExternalMaps:
Repository | Stars |
---|---|
xamarinhq/app-conference
Pre-build conference application built with Xamarin
|
|
xamarin/app-crm
|
|
xamarinhq/app-myshoppe
Cross-platform Xamarin.Forms sample for managing stores.
|
Version | Downloads | Last updated | |
---|---|---|---|
4.0.1 | 377,634 | 7/3/2017 | |
4.0.0.3-beta | 1,527 | 6/21/2017 | |
3.0.10 | 62,358 | 2/2/2017 | |
3.0.0 | 140,151 | 1/18/2016 | |
2.0.0 | 4,852 | 12/1/2015 | |
2.0.0-alpha1 | 1,597 | 11/24/2015 | |
1.0.5 | 9,557 | 9/1/2015 | |
1.0.4 | 6,745 | 2/15/2015 | |
1.0.1 | 2,018 | 2/15/2015 | |
1.0.0 | 2,225 | 1/1/2015 |
[3.0.0]
-Breaking changes:
---New namespace: Plugin.ExternalMaps
---Now NavigateTo is of type Task for proper async/await
-Fix for crash on iOS if address was typed wrong
-NavigateTo Now returns a bool if success
-UWP support!