unioil-loyalty-rn-app/ios/Pods/Google-Maps-iOS-Utils/README.md

37 lines
1.6 KiB
Markdown

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][sdk].
- **Marker clustering** — handles the display of a large number of points
- **Quadtree data structure** - indexes 2D geometry points and performs
2D range queries
<p align="center"><img width="90%" vspace="20" src="https://cloud.githubusercontent.com/assets/16808355/16646253/77feeb96-446c-11e6-9ec1-19e12a7fb3ae.png"></p>
- **Geometry libraries** - KML and GeoJSON rendering
<p align="center"><img width="90%" vspace="20" src="https://cloud.githubusercontent.com/assets/16808355/25834988/ca7c3566-34be-11e7-8f07-16c3ae9de63a.png"></p>
- **Heatmaps** - Heatmap rendering
<p align="center"><img width="90%" vspace="20" src="https://user-images.githubusercontent.com/16808355/30678820-54243eb6-9ed8-11e7-81b4-c1afe3df37b3.png"></p>
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