Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mierzynskim/Xamarin.Forms.GoogleMaps.Clustering
A map library that brings support for clustering for Xamarin.Forms.GoogleMaps.
https://github.com/mierzynskim/Xamarin.Forms.GoogleMaps.Clustering
android c-sharp google-maps ios xamarin xamarin-forms
Last synced: 29 days ago
JSON representation
A map library that brings support for clustering for Xamarin.Forms.GoogleMaps.
- Host: GitHub
- URL: https://github.com/mierzynskim/Xamarin.Forms.GoogleMaps.Clustering
- Owner: mierzynskim
- License: mit
- Created: 2019-01-29T17:20:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T13:31:29.000Z (over 3 years ago)
- Last Synced: 2024-10-06T04:19:50.204Z (2 months ago)
- Topics: android, c-sharp, google-maps, ios, xamarin, xamarin-forms
- Language: C#
- Homepage: https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps.Clustering
- Size: 2.35 MB
- Stars: 23
- Watchers: 5
- Forks: 12
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.GoogleMaps.Clustering ★23
README
## ![](logo.png) Xamarin.Forms.GoogleMaps.Clustering
This library brings support for clustering for library [Xamarin.Forms.GoogleMaps](https://github.com/amay077/Xamarin.Forms.GoogleMaps)
## Usage
To use the library you only need to add the following line to `AssemlyInfo.cs` or `Main.cs`/`MainActivity.cs` file in your Android and iOS projects. It overrides the default MapRenderer provided in `Xamarin.Forms.GoogleMaps` and add awesome clustering funcionality :)
```csharp
[assembly: ExportRenderer(typeof(ClusteredMap), typeof(ClusteredMapRenderer))]
```## Releases
See [RELEASE_NOTES](RELEASE_NOTES.md).
## Future plans
I'm looking forward to your contribution! Feel free to grab any of available issues and submit a PR. Please ping me [@mierzynskim](https://github.com/mierzynskim) in an issue thread before starting any work. It will help me and others to avoid duplications :)
## Credits
Credits to all involved in development, testing and discussion in the [original issue thread](https://github.com/amay077/Xamarin.Forms.GoogleMaps/issues/123). Special thanks to [@YahavGB](https://github.com/YahavGB) who implemented a big part of clustering solution.## License
* logo.png by [alecive](http://www.iconarchive.com/show/flatwoken-icons-by-alecive.html) - [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed)
* Android Icon made by [Hanan](http://www.flaticon.com/free-icon/android_109464) from www.flaticon.com
* Apple Icon made by [Dave Gandy](http://www.flaticon.com/free-icon/apple-logo_25345) from www.flaticon.com