Caeno.Xamarin.Forms.GoogleMaps
3.0.0
See the version list below for details.
dotnet add package Caeno.Xamarin.Forms.GoogleMaps --version 3.0.0
NuGet\Install-Package Caeno.Xamarin.Forms.GoogleMaps -Version 3.0.0
<PackageReference Include="Caeno.Xamarin.Forms.GoogleMaps" Version="3.0.0" />
paket add Caeno.Xamarin.Forms.GoogleMaps --version 3.0.0
#r "nuget: Caeno.Xamarin.Forms.GoogleMaps, 3.0.0"
// Install Caeno.Xamarin.Forms.GoogleMaps as a Cake Addin #addin nuget:?package=Caeno.Xamarin.Forms.GoogleMaps&version=3.0.0 // Install Caeno.Xamarin.Forms.GoogleMaps as a Cake Tool #tool nuget:?package=Caeno.Xamarin.Forms.GoogleMaps&version=3.0.0
Yet another Maps library for Xamarin.Forms that optimized for Google maps.
This package is a fork of "Xamarin.Forms.GoogleMaps" library from amay077. It's been customized to meet the needs of our projects, to include the following features that is missing from the main project at the current time:
* Added `PointForPosition()` method to retrieve the screen location of a map coordinate.
* Added `MoveToUserLocation()` method to centralize on the user location.
* Added `AnimateToViewAngle()` method to allow setting the map tilt.
* Added `IsShowInfoWindow` property to Marker to allow disabling the Info Window.
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Xamarin.Forms (>= 3.1.0.583944)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This package is a fork of "Xamarin.Forms.GoogleMaps" library from amay077. It's been customized to meet the needs of our projects, to include the following features that is missing from the main project at the current time:
* Added `PointForPosition()` method to retrieve the screen location of a map coordinate.
* Added `MoveToUserLocation()` method to centralize on the user location.
* Added `AnimateToViewAngle()` method to allow setting the map tilt.
* Added `IsShowInfoWindow` property to Marker to allow disabling the Info Window.
>This version is synchronized with version 3.0.0 of the main branch.
---
# 3.0.0
## New Features
* #355 Support .NET Standard 2.0
* Now depends Xamarin.Forms 3.0.0.482510+
* [UWP]Now depends Windows 10 Fall Creators Update(build 16299)
* PR#483 [Android]Update reference GooglePlayServices.Maps package to 60.1142.1
* #452 [Android]Change MapRenderer.OnMapReady's accesibility from private to protected
* #487 [Android/iOS]Add Map.Region property what can get correct screen corner latitude/longitude
* #509 Now depends Xamarin.Forms 3.0.0.482510+
* #499 Add TileLayer.ZIndex property
* #497 [Android/iOS]Support Caching BitmapDescriptors(Android) or UIImages(iOS)
## Bug Fixes
* #452 [Android]Fix MapRenderer.OnMapReady accesibility
* #517 [iOS]iOS 10.0+ native crash when setting a value to the Map.MapStyle property.
* #491 [Android/iOS]Causes NotSupportedException when using stream via URL
* #504 [iOS]Fix NullPointerException when Page popped
full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/RELEASE_NOTES.md