Xam.Plugin.ExternalMaps
3.0.10
See the version list below for details.
Requires NuGet 2.8.1 or higher.
Install-Package Xam.Plugin.ExternalMaps -Version 3.0.10
dotnet add package Xam.Plugin.ExternalMaps --version 3.0.10
<PackageReference Include="Xam.Plugin.ExternalMaps" Version="3.0.10" />
paket add Xam.Plugin.ExternalMaps --version 3.0.10
#r "nuget: Xam.Plugin.ExternalMaps, 3.0.10"
// Install Xam.Plugin.ExternalMaps as a Cake Addin
#addin nuget:?package=Xam.Plugin.ExternalMaps&version=3.0.10
// Install Xam.Plugin.ExternalMaps as a Cake Tool
#tool nuget:?package=Xam.Plugin.ExternalMaps&version=3.0.10
Open external maps to navigate to a specific geolocation or address. Option to launch with navigation option on iOS as well.
Product | Versions |
---|---|
MonoAndroid | monoandroid10 |
Universal Windows Platform | uap uap10 uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | win8 |
Xamarin.iOS | xamarinios10 |
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 | 308,310 | 7/3/2017 |
4.0.0.3-beta | 784 | 6/21/2017 |
3.0.10 | 61,352 | 2/2/2017 |
3.0.0 | 137,513 | 1/18/2016 |
2.0.0 | 3,994 | 12/1/2015 |
2.0.0-alpha1 | 900 | 11/24/2015 |
1.0.5 | 8,640 | 9/1/2015 |
1.0.4 | 5,809 | 2/15/2015 |
1.0.1 | 1,135 | 2/15/2015 |
1.0.0 | 1,380 | 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!