Hi Mapstraction Experts,<br><br> I am trying to do some shortest path routing for a project with university of utah and uc berkeley.I am trying to use the map24 api using the mapstraction api but i tried a lot and cant fix this error "Map24.loadAPI is not a function".Any help on this is greatly appreciated.This below is the code.(Note:mapstraction works excellent with google and yahoo)<br>
<br><div id="mapstraction" style="width: 400px; height: 400px;"></div><br><br> <script type="text/javascript" language="javascript" src="<a href="http://api.map24.com/ajax/1.2.8/">http://api.map24.com/ajax/1.2.8/</a>"></script><br>
<br><script type="text/javascript" src="mapstraction.js"></script><br><br><script type="text/javascript"><br><br>var mapstraction = new Mapstraction('mapstraction','map24','FJX534f6ceaeaf971137bc628c468279X13');<br>
<br>var myPoint = new LatLonPoint(37.4041960114344,-122.008194923401);<br><br>mapstraction.setCenterAndZoom(myPoint, 10);<br><br><br>Thanks,<br>Shawn<br>