DK.GoogleMaps 1.7.2.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

dotnet add package DK.GoogleMaps --version 1.7.2.1
NuGet\Install-Package DK.GoogleMaps -Version 1.7.2.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="DK.GoogleMaps" Version="1.7.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DK.GoogleMaps --version 1.7.2.1
#r "nuget: DK.GoogleMaps, 1.7.2.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 DK.GoogleMaps as a Cake Addin
#addin nuget:?package=DK.GoogleMaps&version=1.7.2.1

// Install DK.GoogleMaps as a Cake Tool
#tool nuget:?package=DK.GoogleMaps&version=1.7.2.1

Yet another Maps library for Xamarin.Forms that optimized for Google maps.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
1.7.2.2 2,249 10/24/2017
1.7.2.1 5,680 3/8/2017
1.7.2 1,034 2/28/2017
1.7.1 1,012 2/24/2017
1.7.0 1,069 11/23/2016
1.7.0-beta1 1,020 11/2/2016

# 1.7.0

## New Features

* #78 Add Map.PinClicked event and can handling pin selection yourself.
* #80 Disable MapToolbar in Android
* PR#98 Add some convenient methods to Bounds and MapSpan
* #103 Add traffic layer support
* #95 pin rotation support

## Bug Fixes

* #89 Fix No constructor found for Xamarin.Forms.GoogleMaps.Android.MapRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership)

## **Notice**

* Pin.Clicked event is now obsolete. Please use Map.PinClicked instead of this.

# 1.6.1

## New Features

* #82 Add MapType.None that displays empty map

## Bug Fixes

* #73 [Android]get_Map returns NULL POINTER EXCEPTION(Support Google Play-services ver.32)
* [Android]Set null to Pin.Icon is does not work

# 1.6.0

## New Features

* PR#62 Generation of Pin Icon from Xamarin Views
* #52 Support for Ground Overlays

## Bug Fixes

* #30 Map.Pins.Add doesn't work when page OnAppearing
* #68 [Android]Duplicate Pin when Pins.Add in OnAppearing

# 1.5.0

## New Features

* #10 Moving pin by tap and hold (Android / iOS only)
* #45 Support Map.MapClicked and MapLongClicked event (Android / iOS only)

# 1.4.1

## Bug Fixes

* #42 [iOS]Geocoder not supoort

# 1.4.0

## New Features

* #33 Add custom marker support (Android / iOS only)
* #9 Add Pin and Shapes BindableProperty support (Android / iOS only)

## Bug Fixes

* #38 [iOS] Exception: Specified cast is not valid

# 1.3.0

## New Features

* Add TileLayer support (Android / iOS only)

# 1.2.0

## New Features

* Add Map.SelectedPinChanged event

## Bug Fixes

* #16 [Android]Map.SelectedPin does not clear when tap pin to hide info-window

# 1.1.1

## Bug Fixes

* #12 [Android]Selecting pin from logic causes error
* #14 Some combinations of set Map.SelectedPin, tap pin and Map.Pins.Remove(Clear) causes strange behavior

# 1.1.0

## New Features

* Add Polyline support (Android / iOS only)
* Add Polygon support (Android / iOS only)
* Add Circle support (Android / iOS only)
* Add Tag property to Pin, Polyline, Polygon, Circle classses
* Add MapSpan.FromPositions method
* Add animate parameter to Map.MoveToRegion method