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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -