All Projects → mierzynskim → Xamarin.Forms.GoogleMaps.Clustering

mierzynskim / Xamarin.Forms.GoogleMaps.Clustering

Licence: MIT license
A map library that brings support for clustering for Xamarin.Forms.GoogleMaps.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Xamarin.Forms.GoogleMaps.Clustering

Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (+2000%)
Mutual labels:  xamarin, google-maps, xamarin-forms
ColorPicker
Color pickers for Xamarin Forms.
Stars: ✭ 38 (+65.22%)
Mutual labels:  xamarin, xamarin-forms
FavFighters
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 32 (+39.13%)
Mutual labels:  xamarin, xamarin-forms
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (+4.35%)
Mutual labels:  xamarin, xamarin-forms
XamSvg-Samples
Samples for Xamarin Svg enterprise cross platform and full featured Svg image control
Stars: ✭ 25 (+8.7%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.Forms-CardView
A Package to create a CardView using Xamarin.Forms that works on the three platforms (Android, iOS, UWP)
Stars: ✭ 65 (+182.61%)
Mutual labels:  xamarin, xamarin-forms
VersionTrackingPlugin
Version Tracking Plugin for Xamarin and Windows
Stars: ✭ 62 (+169.57%)
Mutual labels:  xamarin, xamarin-forms
XamarinHorizontalList
This sample is built with a few xamarin horizontal lists different implementations.
Stars: ✭ 36 (+56.52%)
Mutual labels:  xamarin, xamarin-forms
MountainMobile
MountainMobile - A Xamarin.Forms UI Challenge
Stars: ✭ 43 (+86.96%)
Mutual labels:  xamarin, xamarin-forms
TravellingApp
Xamarin.Forms goodlooking UI sample using the new CarouselView.
Stars: ✭ 52 (+126.09%)
Mutual labels:  xamarin, xamarin-forms
XamUI
Xamarin UI Challenges 🏆
Stars: ✭ 57 (+147.83%)
Mutual labels:  xamarin, xamarin-forms
XamarinUI.MyGallery
📱 It's a Xamarin.Forms UI gallery build by me with love and coffee
Stars: ✭ 39 (+69.57%)
Mutual labels:  xamarin, xamarin-forms
WheelPicker-Samples
WheelPicker samples for the WheelPicker Xamarin Component
Stars: ✭ 18 (-21.74%)
Mutual labels:  xamarin, xamarin-forms
UITestSampleApp
A sample app to demonstrate how to create Xamarin UITests using the Page Object architecture, Backdoor Methods and App Links (aka Deep Linking)
Stars: ✭ 38 (+65.22%)
Mutual labels:  xamarin, xamarin-forms
FlightBookingApp
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 26 (+13.04%)
Mutual labels:  xamarin, xamarin-forms
EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Stars: ✭ 141 (+513.04%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.MediaGallery
This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
Stars: ✭ 106 (+360.87%)
Mutual labels:  xamarin, xamarin-forms
XF MicunaFood
Xamarin.Forms UI/UX Challenges - Micuna Food
Stars: ✭ 26 (+13.04%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.Forms.TabView
The TabView is a Xamarin.Forms control to display a set of tabs and their respective content.
Stars: ✭ 56 (+143.48%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.Plugin.ImageEdit
Image Edit Plugin for Xamarin
Stars: ✭ 52 (+126.09%)
Mutual labels:  xamarin, xamarin-forms

Xamarin.Forms.GoogleMaps.Clustering

This library brings support for clustering for library 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 :)

[assembly: ExportRenderer(typeof(ClusteredMap), typeof(ClusteredMapRenderer))]

Releases

See RELEASE_NOTES.

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 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. Special thanks to @YahavGB who implemented a big part of clustering solution.

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].