The best thing for me (as a programmer) is that Microsoft allows developers to use this API without having to sign up and get a key, or even sign an NDA to use the API. Of course I have yet to do anything with it, but the concept is very appealing. The API is very simple also... simply create a DIV tag on a page and pass that DIV tag ElementId to the VEMap() constructor like so:
var map = new VEMap('myDiv');Here is a full article on how to use the VEMap API on your own site... for free.
map.LoadMap();
No comments:
Post a Comment