jQuery + google maps + Elevation

playing with google maps v3 events, jQuery, icons from http://google-maps-icons.googlecode.com

by johntrepreneur

HTML

<script src="http://maps.google.com/maps/api/js?sensor=false&amp;.js"></script>
<div id="map"></div>

CSS

#map{
    width: 450px;
    height: 400px;
}

JavaScript

var map;
var elevator;
var myOptions = {
    zoom: 17,
    center: new google.maps.LatLng(32.836155052974725, -116.76430331700931),
    mapTypeId: 'roadmap'
};
map = new google.maps.Map($('#map')[0], myOptions);

var wkt="MULTIPOLYGON(((-116.76430331700931 32.836155052974725,-116.76430405899937 32.83619902226652,-116.76430474176523 32.836210010457371,-116.7643064526543 32.836223674101262,-116.7643091168006 32.83623722933455,-116.76431272089332 32.836250626740643,-116.76431725167005 32.83626382514791,-116.76432269254838 32.836276772404823,-116.76432903028169 32.836289430088264,-116.76433623853718 32.836301748835709,-116.76434429428552 32.836313687516217,-116.76435316798639 32.836325205026021,-116.76436283011542 32.836336263009585,-116.76437324462117 32.836346820390212,-116.76438437872358 32.836356838826035,-116.76439619321182 32.836366293744142,-116.76446813600761 32.836420965742072,-116.76447728741823 32.836427633828087,-116.76448901446054 32.836437163309704,-116.76450001897702 32.836447286715973,-116.76451025843672 32.836457968494422,-116.76451969348437 32.836469159337234,-116.76452829137159 32.836480826399658,-116.7645360159982 32.836492920360271,-116.7645428377912 32.836505394618861,-116.7645487336883 32.836518202548014,-116.7645536773398 32.836531292037272,-116.76455764893892 32.836544616445593,-116.76456063515792 32.836558123608228,-116.76456262590854 32.8365717585983,-116.76456361440596 32.836585474720579,-116.76456359052969 32.836599211551416,-116.76456051772617 32.837187397218209,-116.76455988329387 32.837196379033358,-116.76455946547878 32.8372101147569,-116.76455971508435 32.837223853196676,-116.76456062872697 32.837237572379237,-116.76456220953384 32.837251250303936,-116.76456391425741 32.837261621332161,-116.76478282760867 32.837345877908092,-116.76485804980075 32.837313151932214,-116.76483780238517 32.837282434505447,-116.76483094925993 32.836622836110486,-116.76475579549587 32.836620400921745,-116.7647531917501 32.836175163573564,-116.76479225794208...