The intellisense javascript nokia Visual Studio doesn't work. Why ????
Hello guy
I am newbie in Javascript and nokia API, my doubt is I copied this code: [URL="http://api.maps.nokia.com/en/playground/env/desktop/#ex_maps_example_basiccomponents_desc"]http://api.maps.nokia.com/en/playground/env/desktop/#ex_maps_example_basiccomponents_desc[/URL] and I created a html page in my solution and pasted this code there and why the intellisense doesn't work
For exemplo
[CODE]var map = new nokia.maps.map.Display(mapContainer, {[/CODE]
when I type [U][B]new nokia.[/B][/U] doesn't appears nothing
Re: The intellisense javascript nokia Visual Studio doesn't work. Why ????
Hi Rafael
Have you done prerequisites necessary for Nokia maps API use in your application:
1) Become a Nokia Developer
2) Register your API Key
Regards,
Igor
Re: The intellisense javascript nokia Visual Studio doesn't work. Why ????
I don't know if it is late, but if you are working with a standalone js file, add this to the header of the file:
/// <reference path="http://api.maps.nokia.com/2.2.3/jsl.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/jsPlacesDataAPI.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/base.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/language-en-US.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/gfx-canvas.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/map-js-p2d-canvas.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/ui-nokia_generic.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/positioning-w3c.js" />
/// <reference path="http://api.maps.nokia.com/2.2.3/behavior-all.js" />
It may help a little, because still have to get support of the documentation.