Size: 702
Comment:
|
Size: 621
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
<script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAA2ObsM80dQTJdXAZ3GqXe5xRw1WTymR8bxRPXrludRKmqmim-WBTyJrL03RDoo2nbpX3mMar22Wp0NA" type="text/javascript"></script> <div id="map" style="width: 480px; height: 300px"></div> |
<script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAXKVhGH9PDWMdPYyiX2miZhQbkS_UKCJiKIxxOflSxeOFmNFGNhQLpV0zG0NZJh8hnd2Uhll4QOYxsQ" type="text/javascript"></script> <div id="map" style="width: 500px; height: 400px"></div> |
Line 13: | Line 15: |
Line 15: | Line 17: |
map.setMapType(map.mapTypes[1]); | |
Line 17: | Line 18: |
map.addControl(new GMapTypeControl()); map.centerAndZoom(new GPoint(126.860161,37.58295), 4); |
map.centerAndZoom(new GPoint(-122.1419, 37.4419), 4); |
Line 22: | Line 22: |
</body> </html> |