Xamarin.Google.Maps.Utils 1.1.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Google.Maps.Utils --version 1.1.9
NuGet\Install-Package Xamarin.Google.Maps.Utils -Version 1.1.9
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.Google.Maps.Utils" Version="1.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Google.Maps.Utils --version 1.1.9
#r "nuget: Xamarin.Google.Maps.Utils, 1.1.9"
#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.Google.Maps.Utils as a Cake Addin
#addin nuget:?package=Xamarin.Google.Maps.Utils&version=1.1.9

// Install Xamarin.Google.Maps.Utils as a Cake Tool
#tool nuget:?package=Xamarin.Google.Maps.Utils&version=1.1.9

Xamarin.Google.Maps.Utils

NuGet Badge

This is a set of Xamarin bindings of Google Maps Utils for iOS and Android

This open-source library contains utilities that are useful for a wide range of applications using the Google Maps Android API and Google Maps SDK for iOS.

Table of Contents

Installation

The latest stable release of the AffirmSDK is available on NuGet.

Example

A demo app that integrates Affirm is included in the repo. You may clone the GitHub repository into a new Visual Studio project folder and run the Examples project.

Google Maps Utils Android

Usage Overview

  • Marker clustering — handles the display of a large number of points
  • Heat maps — display a large number of points as a heat map
  • IconGenerator — display text on your Markers
  • Poly decoding and encoding — compact encoding for paths, interoperability with Maps API web services
  • Spherical geometry — for example: computeDistance, computeHeading, computeArea
  • KML — displays KML data
  • GeoJSON — displays and styles GeoJSON data

Android Usage

For more information, check out the detailed guide on the Google Developers site. You can also view the generated reference docs for a full list of classes and their methods.

Google Maps Utils iOS

Usage Overview

  • Marker clustering — handles the display of a large number of points
  • Quadtree data structure - indexes 2D geometry points and performs 2D range queries

Quadtree data structure

  • Geometry libraries - KML and GeoJSON rendering

Geometry libraries

  • Heatmaps - Heatmap rendering

Heatmaps

Customize cluster and item markers

As of version 1.1.0 we have added new features for easy customization of markers. There is a new delegate GMUClusterRendererDelegate on GMUDefaultClusterRenderer which allows developers to customize properties of a marker before and after it is added to the map. Using this new delegate you can achieve something cool like this:

Customize cluster and item markers

See CustomMarkerViewController for the implementation.

KML and GeoJSON rendering

As of version 2.0.0 we have added new features for rendering KML and GeoJSON inputs. This first version supports common geometries like Point, Polyline, Polygon, GroundOverlay. Please note that this version does not support interaction with the rendered geometries.

The following screenshot shows a demo of a KML file being rendered on the map. See KMLViewController for how to use the new APIs.

KML and GeoJSON rendering

Heatmap rendering

As of version 2.1.0 we have added new features for rendering heatmaps. Heatmaps make it easy for viewers to understand the distribution and relative intensity of data points on a map. Rather than placing a marker at each location, heatmaps use color to represent the distribution of the data.

In the example below, red represents areas of high concentration of police stations in Victoria, Australia.

Heatmap rendering

A map with a heatmap showing location of police stations

For more information, check out the detailed guide on the Google Developers site.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid11.0 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Xamarin.Google.Maps.Utils:

Package Downloads
Iratrips.MapKit

Iratrips.Mapkit lets you customize pins, add overlays, calculate routes, search place predictions, cluster pins and more!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.4 8,138 8/30/2022
1.3.3 1,126 8/30/2022
1.3.2 1,124 8/30/2022
1.3.1 1,065 8/30/2022
1.3.0 1,142 8/30/2022
1.2.9 1,107 8/30/2022
1.2.8 1,157 8/30/2022
1.2.7 1,127 8/30/2022
1.2.6 1,094 8/30/2022
1.2.5 1,167 8/30/2022
1.2.4 1,085 8/30/2022
1.2.3 1,099 8/30/2022
1.2.2 1,122 8/30/2022
1.2.1 1,213 8/30/2022
1.2.0 1,184 8/30/2022
1.1.9 1,154 8/30/2022
1.1.8 1,165 8/30/2022
1.1.7 1,099 8/30/2022
1.1.6 1,087 8/30/2022
1.1.5 1,169 8/30/2022
1.1.4 1,199 8/30/2022
1.1.3 1,156 8/30/2022
1.1.2 3,002 8/19/2022
1.1.1 1,649 8/19/2022
1.1.0 1,613 8/19/2022
1.0.9 1,469 8/19/2022
1.0.8 1,522 8/19/2022
1.0.7 1,571 8/19/2022
1.0.6 1,647 8/18/2022
1.0.5 1,653 8/15/2022
1.0.4 1,612 8/15/2022
1.0.3 1,544 8/11/2022
1.0.2 1,130 8/10/2022
1.0.1 1,236 8/10/2022
1.0.0 71,906 7/19/2018

Native Library version:
[iOS] GoogleMapsUtils 3.2.0
[Android] GoogleMapsUtils 1.3.3