here api - Latest mapsjs-core breaking application -


i using following here-api libraries in application.

<script src="http://js.api.here.com/v3/3.0/mapsjs-core.js"></script> <script src="http://js.api.here.com/v3/3.0/mapsjs-service.js"></script> <script src="https://js.cit.api.here.com/v3/3.0/mapsjs-mapevents.js"></script> 

it working fine few days ago until broke today. after reading versioning documentation on https://developer.here.com/documentation/maps/topics/versioning.html seems there no way specific version here-api libraries. states:

although download path includes version number, want ensure developers using api receive backwards-compatible changes possible, without need switch new url. reason, version number in download path restricted product version , major version only.

this error getting:

enter image description here

currently temporal solution using here-js-api package npm has older version of here-api's.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -