Xamarin.Forms.MapExtend.Abstractions 1.4.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Xamarin.Forms.MapExtend.Abstractions --version 1.4.0
NuGet\Install-Package Xamarin.Forms.MapExtend.Abstractions -Version 1.4.0
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="Xamarin.Forms.MapExtend.Abstractions" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.MapExtend.Abstractions --version 1.4.0
#r "nuget: Xamarin.Forms.MapExtend.Abstractions, 1.4.0"
#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 Xamarin.Forms.MapExtend.Abstractions as a Cake Addin
#addin nuget:?package=Xamarin.Forms.MapExtend.Abstractions&version=1.4.0

// Install Xamarin.Forms.MapExtend.Abstractions as a Cake Tool
#tool nuget:?package=Xamarin.Forms.MapExtend.Abstractions&version=1.4.0

To Android:

MapExtend.Maps.Plugin.Forms.Plugin.Android

To WindowsPhone:

MapExtend.Maps.Plugin.Forms.Plugin.WindowsPhone

To Create a map:

var map = new MapExtend.Maps.Plugin.Forms.Plugin.Abstractions.MapExtend(MapSpan.FromCenterAndRadius(new Position(31, -122), Xamarin.Forms.Maps.Distance.FromMiles(0.3)));

To draw Nearby Locations:

await map.NearbyLocations(YOUR_API_KEY_FROM_GOOGLE_PLACES_API).ContinueWith(t=>{

if (t.Exception != null)

DisplayAlert("", t.Exception.Message, "ok");

});

To Draw Route:

await map.CreateRoute(map.Pins[0].Position, map.Pins[1].Position).ContinueWith(t =>

{

if (t.Exception != null)

DisplayAlert("", t.Exception.Message, "ok");

});

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Pacote em Release.