Overview of the Utility Library Stay organized with collections Save and categorize content based on your preferences.
AI-generated Key Takeaways
The Maps SDK for iOS Utility Library is an open-source library providing advanced features for your maps.
This library offers utilities for marker clustering, quadtrees, KML parsing, GeoJSON rendering, heatmaps, custom markers, and geometry operations.
The library includes a demo app demonstrating the use of each class.
Access the Maps SDK for iOS Utility Library and its documentation on GitHub.
Looking for advanced features to add to your maps? TheMaps SDK for iOS Utility Library on GitHub is an open-source library of classes that are useful for a range of applications. The GitHub repository includes the utility classes and a demo app that illustrates the use of each class.
The utilities
![]() | Marker ClusteringThe For details, see the documentation on theMarker Clustering. |
| No image for this utility. | QuadtreeA quadtree is a data structure that's useful for finding points near a single point, by searching inside an area surrounding the point of interest. For details, see the documentation on theQuadtree. |
![]() | KMLKML is a popular format for rendering geographic data such as points, lines, and polygons. The For details, see the documentation on theKML. |
![]() | Import GeoJSON onto your mapYou can store features inGeoJSON format and use this utility to render them as a layer on top of a map. Render geographic data in the GeoJSON format using For details, see the documentation on theGeoJSON. |
![]() | HeatmapsHeatmaps 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 and shape to represent the distribution of data. For details, see the documentation on theHeatmaps. |
![]() | Custom markersUse the delegate |
![]() | Geometry utilitiesA set of Swift spherical geometry utility functions of the
|
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-21 UTC.





