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
Post a Comment