我正在尝试用bing地图学习javascript。
如何键入点(。)并查看API提供的内容?每次我在寻找方法时,我都不想去MSDN。例如:
mapTypeId:Microsoft.Maps.MapTypeId.road,
除了道路(最后),还有其他选项,如:birdseye,collinsBart等。 我知道这是因为我必须阅读MapTypeId Enumeration。如果我只能点击MapTypeId之后的点并获得枚举,那会更容易。
有办法做到这一点吗? (我正在使用eclipse)。
答案 0 :(得分:0)
Bing Maps v7 SDK现在具有Visual Studio的智能感知功能。您可以在此处找到所有相关信息:http://blogs.bing.com/maps/2014/09/04/the-art-of-intellisense-three-ways-to-use-intellisense-with-bing-maps-apis/