# google-maps-ios-utils **Repository Path**: mirrors_skx926/google-maps-ios-utils ## Basic Information - **Project Name**: google-maps-ios-utils - **Description**: Utility library for Google Maps SDK for iOS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Google Maps SDK for iOS Utility Library ======================================= This open-source library contains classes that are useful for a wide range of applications using the [Google Maps SDK for iOS][sdk]. - **Marker clustering** — handles the display of a large number of points - **Quadtree data structure** - indexes 2D geometry points and performs 2D range queries

- **Geometry libraries** - KML and GeoJSON rendering

- **Heatmaps** - Heatmap rendering

For more information, check out the detailed guide on the [Google Developers site][devsite-guide]. **Notes:** * [Contributing to the library][contributing]. * [Integrating with Swift][swift]. * [Customizing markers][customizing-markers]. * [KML and GeoJSON rendering][geometry-rendering] * [Heatmap rendering][heatmap-rendering] [contributing]: CONTRIBUTING.md [devsite-guide]: https://developers.google.com/maps/documentation/ios-sdk/utility/ [sdk]: https://developers.google.com/maps/documentation/ios-sdk [issues]: https://github.com/googlemaps/google-maps-ios-utils/issues [swift]: Swift.md [customizing-markers]: CustomMarkers.md [geometry-rendering]: GeometryRendering.md [heatmap-rendering]: HeatmapRendering.md