@ng-maps/marker-clusterer
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

@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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.0-alpha.00next
7.0.062latest

Version History

VersionDownloads (Last 7 Days)Published
7.0.062
6.0.0159
5.0.275
5.0.10
5.0.00
4.0.12
4.0.056
3.0.02
2.1.00
2.0.10
2.0.00
2.0.0-alpha.00
1.0.00
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @ng-maps/marker-clusterer

Weekly Downloads

356

Version

7.0.0

License

MIT

Unpacked Size

24.2 kB

Total Files

11

Last publish

Collaborators

  • dasch