Hi Mapstraction Experts,<br><br>&nbsp; I am trying to do some shortest path routing&nbsp; 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 &quot;Map24.loadAPI&nbsp; is not a function&quot;.Any help on this is greatly appreciated.This below is the code.(Note:mapstraction works excellent with google and yahoo)<br>
<br>&lt;div id=&quot;mapstraction&quot; style=&quot;width: 400px; height: 400px;&quot;&gt;&lt;/div&gt;<br><br>&nbsp; &lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot; src=&quot;<a href="http://api.map24.com/ajax/1.2.8/">http://api.map24.com/ajax/1.2.8/</a>&quot;&gt;&lt;/script&gt;<br>
<br>&lt;script type=&quot;text/javascript&quot; src=&quot;mapstraction.js&quot;&gt;&lt;/script&gt;<br><br>&lt;script type=&quot;text/javascript&quot;&gt;<br><br>var mapstraction = new Mapstraction(&#39;mapstraction&#39;,&#39;map24&#39;,&#39;FJX534f6ceaeaf971137bc628c468279X13&#39;);<br>
<br>var myPoint = new LatLonPoint(37.4041960114344,-122.008194923401);<br><br>mapstraction.setCenterAndZoom(myPoint, 10);<br><br><br>Thanks,<br>Shawn<br>