Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet-websharper/google.maps.markerclusterer
WebSharper bindings for the Google Maps Marker Clusterer
https://github.com/dotnet-websharper/google.maps.markerclusterer
Last synced: 7 days ago
JSON representation
WebSharper bindings for the Google Maps Marker Clusterer
- Host: GitHub
- URL: https://github.com/dotnet-websharper/google.maps.markerclusterer
- Owner: dotnet-websharper
- License: apache-2.0
- Created: 2014-09-08T10:02:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T21:02:28.000Z (over 3 years ago)
- Last Synced: 2024-08-02T05:10:12.883Z (3 months ago)
- Language: F#
- Size: 325 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-websharper - Leaflet - Embedded map library that can connect to providers like OpenStreetMap or MapBox. (Libraries / JavaScript library bindings)
README
# Overview
This WebSharper Extension provides bindings to the [Google Maps utility
library](https://code.google.com/p/google-maps-utility-library-v3/)'s
MarkerClusterer, version 3.0. When used in WebSharper projects, these
stub classes delegate the work to the actual classes implemented in
the library.After adding the reference to the project all the classes can be found
under the `IntelliFactory.WebSharper.Google.Maps.MarkerClusterer`
module.