Archive for category VE Web Services
Calculating long routes with Bing Maps V7
Posted by rbrundritt in Bing Maps Basics, General Development, VE Web Services on August 31, 2011
In the Bing Maps v7 control there is the Directions module which allows you to calculate a route with up to 15 waypoints and also generate a nice UI of the resulting directions. Before this module we would have to access the Bing Maps Routing REST service directly to calculate routes. For some this may […]
Accessing Bing Maps Web services with Perl and Python
Posted by rbrundritt in VE Web Services on January 23, 2010
A colleague of mine, Mike Spendlove, recently investigated connecting to the Bing Map web services from Perl and Python for a project he was working on. Currently there appears to be no information out there on how to do this yet so I asked if I could post the code. I have no experience with […]
Panning and Zooming with the Bing Map Imagery Web Services
Posted by rbrundritt in VE Web Services on September 13, 2009
The Bing Maps Imagery service is commonly used for mobile applications. A common issue people have when using the Bing map imagery web services is figure out how to take a map and navigate around it by panning and zooming. Zooming is pretty straight forward as all the user has to do is increase or […]
Drawing Routes with the VE Web Service
Posted by rbrundritt in VE Web Services on February 22, 2009
The Virtual Earth web services are fairly new and as such it does not currently have all the capabilities of it’s JavaScript counter part. One key functionality that is not currently available is the ability to draw routes on a map image. This can be done by extending the methods described in the article "VE […]
VEImagery Service Pixel to LatLong calculations
Posted by rbrundritt in VE Web Services on February 14, 2009
The VEImagery service gives us the ability to render static versions of Virtual Earth Maps. As handy as this is it would also be handy to be able to georeference the image that is returned. The article found here: http://rbrundritt.spaces.live.com/blog/cns!E7DBA9A4BFD458C5!488.entry explains how to convert from LatLong to Pixel so that custom icons could be […]