Skip to content

Samples

Thor Schueler edited this page Oct 24, 2017 · 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.

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