How do I add external images to a map using the Nokia Here Map Image API? -



How do I add external images to a map using the Nokia Here Map Image API? -

thanks in advance. i'm trying figure out how add together client faces (images) locations on map using nokia here map image api.

i able via javascript api, unfortunately need able download image utilize in generated pdf file, , can't figure out how add together external images map.

any help much appreciated. :)

i didn't understand requirement if want convert canvas shows map image, can map caprutre event, next should work

map.capture(function(canvas) { if (canvas) { var img = new image(); img.src = canvas.todataurl("img/jpeg"); window.open(img.src); } else { // illustration when map in panorama mode alert('capturing not supported'); } }, [ui], 0, 0, document.getelementbyid("mapcontainer").offsetwidth, document.getelementbyid("mapcontainer").offsetheight);

here-api

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -