Hi all ;
I use sap.ui.vbm library to show map and directions but it is not working now , I looked sapui5 vbm examples on web but all of them have same error screen. I think , it is common problem.
You can see the geomap example screen of sapui5 with this link ;
What can I do to fix this error. If I buy an apikey from MapQuest , how can I use it in my code ?
I create the map in my .xml file like this ;
<vbm:GeoMap id="vbi" width="500px" xmlns:l="sap.ui.layout" initialPosition="{/bCoord}"
height="500px" initialZoom="{/zoom}" openWindow="onOpenDetail" closeWindow="onCloseDetail">
<vbm:vos >
<vbm:Routes >
<vbm:Route
position="{/coord}" tooltip="Long Route" color="rgba(92,186,230,1.0)" colorBorder="rgb(255,255,255)"
hotDeltaColor="RHLSA(0,1,1,0.6)" />
</vbm:Routes>
</vbm:vos>
</vbm:GeoMap>