copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Getting nearby restaurants and grocery stores list with latitude . . . I am developing a Windows Phone 7 application using Bing Map Services I have some custom locations which I can display on the Bing Maps I would like to overlay on this map nearby restaurants, grocery stores etc I would like to query Bing map search services using the address of the user location (or latitude and longitude information) and get a location (latitude, longitude) list of nearby
add multiple pushpins to a map using bing map v8 I like to do a simple for loop to dynamically create a push pin with various the lat long vales set map view to these push pins These pins will located closer as the lat longs is derived from a city search
SOAP WSDL access to driving distance calulation Does BING MAPS provide a a soap based webservice with WSDL document for this? I tried to create a BING MAPS account for testing, but on the sign up page i have to enter an application name and application url I don't want to use the services for developing a web site, so why should i enter this info?
Adjust map from Bing Maps Add-on in Excel The Bing Maps add-in doesn't have any real settings It is a really basic add-in that was created by the office team ages ago and has been replaced by the 3D and filled maps in Excel
How to use bing Map in asp. net - social. msdn. microsoft. com User-1635195291 posted Hi Djack007, There are various ways you can achieve this and few of them are listed below: How to embed Bing Maps in an ASP NET page - MSFT Bing Maps and ASP Net (VS 2010) ASP NET Bing Maps - CodePlex Use of Bing Map - ASP NET Google Map or Bing Map Control for ASP net Web Forms Displaying Maps in an ASP NET Web Pages
Convert from Straight Line Distance to Route Distance The problem is that Bing Maps API determines which location is closest based on a straight line distance rather than a route distance Simply put, if there is no direct route between two locations, the straight line distance can be misleading, particularly if another location is accessible via a direct route
Add multiple push pins to layer - social. msdn. microsoft. com I would like to add a data set of location push pins to a layer in Bing Maps V8 The code below shows the bing maps example but uses a test generator for its data var map = new Microsoft Maps Map (document getElementById ('myMap'), {credentials: 'Your Bing Maps Key'}); Generate an array of 10 random pushpins within current map boundsvar pushpins = Microsoft Maps TestDataGenerator
how to change pushpin color in bing maps dynamically General discussion 0 Sign in to vote Hi I want to change pushpin color dynamically based on my parameter ( parameter is my color) using Jquery thanks in advance