Skip to content

Samples

Thor Schueler edited this page Aug 22, 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.

--Note--: All samples have been moved from Plunker to Stackblitz as we had a lot of stability issues 
--with Plunker. Try Stackblitz, it's a great platform for experimentation... The Plunker samples are still 
--there, but are no longer maintained...

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