4 Matching Annotations
- Jul 2016
-
developers.google.com developers.google.comMarkers1
-
origin: new google.maps.Point(0, 0),
like if you want a sprite you would specify a different origin
-
-
developers.google.com developers.google.com
-
{...}
associative array goes here
-
google.maps.Map
a constructor
-
#map { height: 100%; }
isn't html and body already declared as having height of 100%?
Why isnt' that enough?
ANS :
"Note that divs usually take their width from their containing element, and empty divs usually have 0 height. For this reason, you must always set a height on the
<div> explicitly." </div>
-