angular-google-maps example {{version}}

I should not be attached to a marker.

This is an info window at {{ map.infoWindow.coords.coordinates[1] | number:4 }}, {{ map.infoWindow.coords.coordinates[0] | number:4 }}!

CLICK ME
I'm a window with a custom class set via options.boxClass. I only work when googles infoBox plugin is included.

This is an info window at {{ geometry.coordinates[1] | number:4 }}, {{ geometry.coordinates[0] | number:4 }}!

My marker will stay open when the window is popped up!

Dynamic Marker created via a delay!

This is an info window at {{ geometry.coordinates[1] | number:4 }}, {{ geometry.coordinates[0] | number:4 }}!

My marker will stay open when the window is popped up!

Mexi!

This is an info window at {{ geometry.coordinates[1] | number:4 }}, {{ geometry.coordinates[0] | number:4 }}!

My marker will stay open when the window is popped up!

This is an info window at {{ m.geometry.coordinates[1] | number:4 }}, {{ m.geometry.coordinates[0] | number:4 }}!

My marker will stay open when the window is popped up!

This is my clicked marker!

My marker will reappear when you close me.

Layers Traffic: Bicycling: Weather: Heat:
Generate Random Markers
Do Cluster?:
Cluster Options:
Use Ugly Cluster Image?:
markers
markers2
dynamicMarkers
center
						 
						
						{{ map.center.coordinates[1] | number:4 }} lat
						
  {{ map.center.coordinates[0] | number:4 }} lng
zoom {{ map.zoom }}
bounds
                    	north-east: {{ map.bounds.northeast.latitude | number:4 }},{{ map.bounds.northeast.longitude | number:4 }} 
                    	
south-west: {{ map.bounds.southwest.latitude | number:4 }},{{ map.bounds.southwest.longitude | number:4 }}
dragging {{ map.dragging }}
clicked position
							 
							
							{{ map.clickedMarker.geometry.coordinates[1] | number:4 }} lat
							
  {{ map.clickedMarker.geometry.coordinates[1] | number:4 }} lng
Click the map to see
polylines
circles
polygons