angular-google-maps example {{version}}

This is an info window at {{ map.infoWindow.coords.latitude | number:4 }}, {{ map.infoWindow.coords.longitude | number:4 }}!

I should not be attached to a marker. CLICK ME
I'm a window with a custom class set via options.boxClass. I only work when googles infoBox plugin is included.
I should not be attached to a marker.

This is an info window at {{ latitude | number:4 }}, {{ longitude | 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 {{ latitude | number:4 }}, {{ longitude | number:4 }}!

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

Mexi!

This is an info window at {{ latitude | number:4 }}, {{ longitude | number:4 }}!

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

--> -->

This is an info window at {{ m.latitude | number:4 }}, {{ m.longitude | 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.latitude | number:4 }} lat
						
  {{ map.center.longitude | 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.latitude | number:4 }} lat
							
  {{ map.clickedMarker.longitude | number:4 }} lng
Click the map to see
polylines
circles
polygons