Xamarin.Forms.GoogleMaps by amay077

<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="3.3.0" />

 Xamarin.Forms.GoogleMaps 3.3.0

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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.8.3">
    <id>Xamarin.Forms.GoogleMaps</id>
    <version>3.3.0</version>
    <title>Xamarin.Forms.GoogleMaps</title>
    <authors>amay077</authors>
    <owners>amay077</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/amay077/Xamarin.Forms.GoogleMaps</projectUrl>
    <description>Yet another Maps library for Xamarin.Forms that optimized for Google maps.</description>
    <summary>Yet another Maps library for Xamarin.Forms that optimized for Google maps</summary>
    <releaseNotes># 3.3.0

## New Features

* PR#643 [iOS]Make iOS MapRenderer callbacks used for MapView protected
* #654 [Android/iOS]Add ItemTemplateSelector
* #663 [iOS]Support iOS Dark mode **REQUIRES Deployment target: 9.0+**

## Bug Fixes

* #657 [Android]Java.Lang.IllegalArgumentException: 'Unmanaged descriptor'

# 3.2.1

## New Features

* PR#640 [Android]Make Android MapRenderer.NativeMap overridable
* #443 [UWP]Added Polygon and Circle

## Bug Fixes

* #524, PR#642 [Android]Crash when using BitmapDescriptorFactory.FromView

# 3.2.0

## New Features

* #123, PR603 [Android/iOS]Add support Xamarin.Forms.GoogleMaps.Clustering by @mierzynskim

# 3.1.0

## New Features

* #519 Add support ItemsSource and ItemTemplate for Pins 

# 3.0.6

## Bug Fixes

* #609 [Android]Anchor is initialized when updating Pin

# 3.0.5

## New Features

* PR#572 [UWP]Allow pin changed event to collapse info windows
* PR#567 [UWP]Add ability to provide xaml for pin

## Bug Fixes

* #573 [Android]Ground Overlay doesn't display custom image from View
* PR#566 [UWP]Avoid deadlocks when using custom tile layer

# 3.0.4

## New Features

* #555 Add support .NET Standard 1.0 to nuget package

## Bug Fixes

* #559 [iOS]MoveToRegion fails when longitude greater than 90 or less than -90

# 3.0.3

## Bug Fixes

* #413 [iOS]Fix resets camera when device rotating

full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/RELEASE_NOTES.md</releaseNotes>
    <copyright>Copyright 2016-2019</copyright>
    <tags>xamarin forms maps xamarinforms xamarinformsmaps xamarin.forms.maps xamarinformsgooglemaps xamarin.forms.googlemaps google googlemap</tags>
    <dependencies>
      <group>
        <dependency id="Xamarin.Forms" version="3.0.0.482510" />
      </group>
      <group targetFramework="MonoAndroid8.0">
        <dependency id="Xamarin.GooglePlayServices.Maps" version="60.1142.1" />
        <dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.1.0" />
      </group>
      <group targetFramework="Xamarin.iOS1.0">
        <dependency id="Xamarin.Google.iOS.Maps" version="3.5.0" />
      </group>
    </dependencies>
  </metadata>
</package>