Displaying 1 result from an estimated 1 matches for "adddatatomark".
Did you mean:
adddatatomarker
2007 Jul 25
1
regarding polylines
...lines , its not showing up.. the code is
var map;
window.onload = addCodeToFunction(window.onload,function() {
map = new Mapstraction("map_div","yahoo");
map.setCenterAndZoom(new LatLonPoint(37.3853,-122.0172
),12);map.addSmallControls();
map.addMarkerGroup(new MarkerGroup([addDataToMarker(new Marker(new
LatLonPoint(37.3853,-122.0172)),{infoBubble : "Maude & Fair Oaks <br/> Next
bus is at 14:19:00"}),addDataToMarker(new Marker(new LatLonPoint(37.3958,-
121.9914)),{infoBubble : "Fairwood & Sandia <br/> Next bus is at
14:37:00"}),addDataToMarke...