origin: new google.maps.Point(0, 0),
like if you want a sprite you would specify a different origin
origin: new google.maps.Point(0, 0),
like if you want a sprite you would specify a different origin
{...}
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>