Archive for category VE Web Services

Calculating long routes with Bing Maps V7

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 […]

6 Comments

Accessing Bing Maps Web services with Perl and Python

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 […]

Leave a Comment

Panning and Zooming with the Bing Map Imagery Web Services

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 […]

4 Comments

Drawing Routes with the VE Web Service

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 […]

Leave a Comment

VEImagery Service Pixel to LatLong calculations

  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 […]

Leave a Comment

Follow

Get every new post delivered to your Inbox.

Join 152 other followers