Skip to content

Samples

Thor Schueler edited this page Aug 9, 2018 · 27 revisions

Overview

On this page, you will find various plunker samples illustrating the use of Angular Maps. Some samples contain both a Google and Bing implementation. Compare the code to see that the implementations are the same, the only difference being the injected map loader, which is exactly the objective of x-maps.

Experimental - StackBlitz Sample

https://stackblitz.com/edit/angular4-nha6fc - We'll be looking to move all the samples off Plunker to Stackblitz as we release the 6.0 version....

Basic Map Samples

Polygons and Polylines

Custom Marker Samples

Large Data

  • Map using MarkerLayer for large amounts of markers, 20,000 unclustered - Bing | Google
  • Map using MarkerLayer for large amounts of markers, 50,000 clustered with actions to dynamically un-cluster, show/hide and reduce grid size - Bing | Google

Advanced Samples