Utility library for Google Maps SDK for iOS
Objective-C Other
Latest commit da16550 Jul 27, 2016 @domesticmouse domesticmouse committed on GitHub Merge pull request #20 from mountainvat/master
Work around cocoapods issue with GoogleMaps 2.0.0

README.md

google-maps-ios-utils

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

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

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

To contribute to the library, see Contributing.