6.0.0 • Published 3 months ago

@ng-maps/marker-clusterer v6.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
3 months ago

@ng-maps/marker-clusterer

@ng-maps/marker-clusterer is a wrapper around MarkerClusterer

Installation

  • Npm: npm install @ng-maps/marker-clusterer
  • Yarn: yarn add @ng-maps/marker-clusterer

Add NgMapsMarkerClustererModule to your AppModule

Usage

MarkerClusterer

Add marker clusterer component around markers

<map-view [latitude]="48.858222" [longitude]="2.2945" [zoom]="8">
  <map-marker-cluster>
    <map-marker [latitude]="48.858222" [longitude]="2.2945"></map-marker>
  </map-marker-cluster>
</map-view>

MarkerClustererOptions

The only options that can be passed to the marker clusterer are the renderer and algorithm. You might want to check their documentation: https://googlemaps.github.io/js-markerclusterer/

Additional features

Other features are provided in submodules. Find out more on the project page at github

6.0.0

3 months ago

5.0.2

10 months ago

5.0.1

12 months ago

5.0.0

12 months ago

4.0.1

12 months ago

4.0.0

1 year ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.1

3 years ago

2.0.0

4 years ago

2.0.0-alpha.0

4 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago