-
Notifications
You must be signed in to change notification settings - Fork 34
Samples
Thor Schueler edited this page Oct 24, 2017
·
27 revisions
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.
- Bing Map with Canvas Marker (easily create any custom marker shapes)
- Bing Map with Rotated Image Marker
- Bing Map with Scaled Image Marker
- Bing Map with Rounded Image Marker
- Bing Map with Font Based Marker (use any icon font)
- 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
- Layered map with multiple databound markers - Bing | Google
- Map with multiple data-bound markers in a cluster layer with dynamic size markers - Bing | Google
- Bing Map with spider cluster. Wicked. Special shoutout to @rbrundritt.