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? The Maps 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 the Marker 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 the Quadtree. |
![]() |
KMLKML is a popular format for rendering geographic data such as
points, lines, and polygons. The For details, see the documentation on the KML. |
![]() |
Import GeoJSON onto your mapYou can store features in GeoJSON
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 the GeoJSON. |
![]() |
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 the Heatmaps. |
![]() |
Custom markersUse the delegate |
![]() |
Geometry utilitiesA set of Swift spherical geometry utility functions of the
|