Bing Maps is a mapping platform from Microsoft that provides mapping APIs for JavaScript, Silverlight, Windows Phone 7 and WPF as well as a number of web services (REST and SOAP) that provide other geographical services like geocoding and static maps.

learn more… | top users | synonyms

0
votes
0answers
9 views

how to convert address box text to geo long lat. in wp7

I want to convert my address box text into Geo coordinates so i can put pin on map. here is the xaml code of my map. <Grid x:Name="LayoutRoot" Background="Transparent"> ...
0
votes
1answer
37 views

get latitude and longitudefrom city name using HTML,js in bing map

I need to get latitude and longitude by city name using bing map. Here is my code. function Geocode() { //Create Bing Maps REST Services request to geocode the address provided by the user ...
0
votes
0answers
23 views

Bing Maps API - Missing Tiles

Hoping someone can enlighten me on this issue I'm experiencing with the VEmap Api. I'm embedding it in a Zurb Foundation responsive layout and it all works as expected in Chrome and Safari but in ...
0
votes
0answers
19 views

BingMapsDirectionsTask on device with WP 7.8

I've problem with using BingMapsDirectionsTask on device with Windows Phone 7.8 and set polish language (pl-PL). In my app I'm trying to call: var bingMapsDirectionsTask = new ...
0
votes
2answers
32 views

Bing Maps Beginner Tutorial sought

Friends... Are there any good beginner tutorials for Bing Maps (Windows Mobile using Visual Studio)? Part of a homework assignment includes developing a very simple app that uses the Bing Maps. My ...
0
votes
0answers
42 views

Adding a pushpin to a bing map view in ASP.net MVC3

I am building a asp.net MVC 3 application. I have a SQL Server database where my data is stored and i am using the schema first model from entity framework. I know how to get my data from the database ...
0
votes
1answer
16 views

Hiding labels in bing map control api

I am using silver light bing map control api for windows phone 7. I am new to it. I could not get any api I can use for hiding the street labels in the map. Is there some way to achieve the same? ...
0
votes
0answers
19 views

why bing location api retruns “estimatedTotal”:0?

I am trying to get bing location data through url in json format. http://dev.virtualearth.net/REST/v1/Locations/47.64054,-122.12934?o=json&key=mykey but it returns ...
0
votes
0answers
25 views

Creating Windows Phone 7.5 app for the Chinese marketplace

Comments: Your application uses the Bing Maps Silverlight Control for Windows Phone. Bing Maps is not supported for Group 1 countries at this time. You may resubmit your application and deselect ...
0
votes
2answers
55 views

Setting the cursor to the open hand in Bing Maps

I'm developing with Bing Maps AJAX V7 map API and I'm trying to set the cursor to different things while hovering over different map elements. For example this is what I'm doing when the mouse rolls ...
1
vote
1answer
32 views

How to create a button inside a bing map infobox?

Am working on a bing map based application. I want to show buttons in the popup pushpin infobox to which am planning to associate a click event.
1
vote
1answer
44 views

How can I use the bing map on my app

My purpose is to show the new york map on my app. First I download the BinMapsAndroidSDK1.5. Then, I import it into eclipse and run it as an android application. The result is the logo and "Bing Maps ...
1
vote
1answer
35 views

Create instance of Microsoft.Maps.Search.Address

how can I create instance of Address class in Javascript? Why this code not working?? var Map; var MapOptions = { credentials: "my-key", center: new Microsoft.Maps.Location(49.767649, ...
4
votes
1answer
60 views

Bing Maps REST api - Where can I find more detailed information concerning error messages?

I've already checked out their page on error handling but all it has is descriptions of the status codes a request may return. Does bing provide information one what will be returned if I have ...
1
vote
1answer
54 views

Dynamic Actions for InfoBoxes with Bing Maps

I am creating a site that implements the Bing map control. I have placed the pushpins, and they will show infoboxes when the user clicks on a pin. What I need to do now is add actions to the infobox. ...
0
votes
0answers
49 views

How to set different Custom Icons for clusters of PushPins in Bing Maps Ajax Control 6.3?

I'm trying to set different Custom Icons for clusters of PushPins using Bing Maps Ajax Control 6.3. The reason I'm trying to do this is to inform the user visually that a cluster contains a PushPin ...
-2
votes
2answers
72 views

Can i use bing map api in my ios application offline?

I want to develop iPhone application in which i want to display map for the location entered in the search bar,it works fine when there is internet connection but fails to display map offline.I am ...
0
votes
2answers
153 views

How to set a Custom Icon on clustered Push Pins in Bing Maps?

What I'm trying to do is to change the default icon that is displayed when you set the Clustering Configuration for a Bing Map using the Bing Maps Ajax Control 6.3. I have a function that loads a ...
0
votes
0answers
58 views

Cannot drag WPF Bing Maps Control

I'm implementing the control on a WPF app like so: <bing:Map Grid.Row="1" CredentialsProvider="{StaticResource MyCredentials}" Center="40,-95" ...
0
votes
0answers
106 views

creating multiple infowindows in Bing Maps v7 and presenting data specific to pin

I'm currently trying to learn the Bing Maps API and currently trying to build a map with multiple pins that can be hovered to reveal a info window with that pins data. At the moment I'm experiencing a ...
1
vote
0answers
15 views

Clarification on Bing Maps API locationCode field

I'm working on learning the Bing Maps API for my current project at work. In various locations in route and traffic data output, there is a field called locationCode (or locationCodes). The ...
1
vote
1answer
151 views

How to display certain amounts of PushPins on a Bing Map according to the zoom level?

In my web application a PushPin represents a device located in a region, it displays PushPins on a Bing Map depending on two operations: One is that when the user wants to display of all the devices ...
0
votes
1answer
36 views

Bing Maps v7 not showing navigation bar

I am using a Bing Maps v7 Ajax Control, but can't see the navigation bar with the zoom tools even when setting showDashboard:true. It seems to only be the case when the following setting is also set: ...
0
votes
0answers
31 views

Bing Maps AJAX control (v7) – setView transition speed

I'm changing some properties of my map using map.setView({zoom: 17});. The transition to the new zoom level is animated, and I'm guessing the default is something like 200ms. I'd like to slow it down ...
0
votes
0answers
43 views

Bing Maps Ajax Control 6.3 - How to select a random point inside a polygon?

What I'm trying to do is to create a series of random PushPins that are inside of a given polygon in a Bing Map. Is there a way, that given an array of VELatLong objects, to get a random point inside ...
0
votes
1answer
31 views

How to get map-scale using bing-api?

As shown in the bing-map bellow, there are two numbers in the bottom (eg: here 500 miles and 1000 km). What do they mean? I am using bing-api. How to get these two numbers using bing-API?
0
votes
1answer
135 views

How to find the direction of north, south, east and west on a map bing?

I started a few days ago to work ave bing map. I want to get a picture and be able to determine the direction or is the following values: North, South, East, West ... However I do not see how to ...
-4
votes
1answer
104 views

Bing Maps Android SDK -Developer account requred [closed]

i have downloaded the Bing Maps Android SDK from inKnowledge and i tried to deploy it on my android device. after starting, it has required to make a free developer account. I went to the link, i made ...
2
votes
1answer
120 views

How to calculate the coordinates of the 4 corners (edge) of the map with BingMap?

I work with bing from some days. I can display an image with my bing map coordinates lontitude and latitude. But I would like to calculate the coordinates of location in the 4 edges of my image. For ...
1
vote
1answer
83 views

Bing map license for on premises application

I saw this bing map license post, it is very helpful. However I think that I still need to understand a little more here. We are going to build one application which would be deployed on customer on ...
0
votes
0answers
108 views

WP8 app crashing when using a clipping mask with a map control

I have a map control inside of a canvas element. Whenever I apply a clipping mask to that canvas element, it crashes and returns this error: The program '[2216] TaskHost.exe' has exited with code ...
0
votes
1answer
74 views

Getting the VenueEntityCollection by VenueType using BING services in Metro Style app C#

Can someone tell me how to use VenueMap class in Metro style applications using C# in Windows 8? I am trying to get all the entities by type e.g. Stores/Hospitals. However i am not getting any such ...
0
votes
1answer
160 views

Using the Searchservice from Bing Maps in WP7

I used this to locate an address on Bing Maps on WP7 using the emulator. The site mentions searchservice, which is something I want to try out and implement. However, the method seems to be different, ...
0
votes
1answer
231 views

Inconsistent Results from Bing Maps Geocoder

I wrote an application that parses a CSV file, extracts addresses and geocodes them using the Bing Maps REST API. The problem I am having is that if I run the same file multiple times, I get ...
0
votes
1answer
109 views

Hide Copyright Bing Map Ajax Control 7.0

How to remove Copyright in Bing Map Ajax Control 7.0 ? There isn't any option to do this. I tried remove element from DOM by jQuery but is not working. There is any way to remove this?
0
votes
1answer
124 views

google maps V3 infoboxes - expand map borders?

I am developing a wordpress plugin which displays some photos on a map. Detailed Information are displayed in an infobox / infowindow. This works fine for bing maps 6.3, the infoboxes exeeds the ...
0
votes
1answer
226 views

Bing Maps not showing on Localhost MVC application

I am building a sample MVC4 web application, my aim is to learn and master working with the Bing Maps API, but I'm afraid it is not going well. I am following this tutorial, but when I reload my ...
0
votes
0answers
90 views

Bing Themed AJAX Map highlighting flickering and getting stuck

I'm just getting started with Bing Maps and am playing around with plotting points to learn the API. I have loaded the Bing Theme. Initially everything looks fine but there are a couple problems. ...
0
votes
1answer
41 views

Can each layer in a Bing map have its own datasource?

If so, is it possible to bind that datasource to the layer so that it produces the appropriate number of pushpins based on values in the datasource?
1
vote
1answer
135 views

need google.maps.Geocoder() equivalent in bing maps

need google.maps.Geocoder() equivalent in bing maps I'm writing a wrapper for bing in extjs. I have done this using gmappanel and i am converting that step by step. I need the equivalent function of ...
1
vote
1answer
101 views

Finding latitute and longitude using IPaddress

In my page I used the bingmap API to find the latitude and longitude of given address. Here is the script for that. But What I need to do here is, how to get the zipcode by giving the IP address as ...
0
votes
0answers
63 views

Finding zipcode using bingmapAPI by giving IPaddress as input

In my page I need a sample example to find the zipcode using bingmapApi by giving ipaddress as input ,i have tried by giving address as input and displayed latitude and longitude The code I used for ...
3
votes
1answer
312 views

Traffic Data on Windows Phone 8 App, How? What about Terms Of Use?

Can one use Microsof/Nokia's traffic data on Windows Phone 8? How? It seems to be very easy for a Windows Store app.. So.. I explored Microsoft.Phone.Maps.Controls.Map, no luck. I can't find any code ...
0
votes
1answer
113 views

How to draw a circle with Bing Maps Ajax Control 6.3?

I've been searching for a solution for this and haven't been successful, what I want to do is that by specifying a radius and a center, to draw a circle on a map. The documentation for Bing Maps Ajax ...
0
votes
1answer
34 views

Checking if a Location is on a Bing Map

We could like to check if a location is on the visible Bing map but our current efforts tell us that all locations are on the map. After initialising the map we use the Map 'getBounds' method to ...
0
votes
0answers
219 views

How to use Bing Maps SDK in Windows 8 Metro Style Apps and get the near by hotels list within a range of 50 kms

How to use Bing Maps SDK 7 in Windows 8 Metro Style Apps and get the near by hotels list within a range of 50 kms. Is this possible that we can generate a list of near by Hotels using Bing Maps SDK by ...
0
votes
1answer
62 views

Cannot load “Directions” modules for Bing Maps in Visual Studio (Windows 8)

I'm pretty new to Windows 8 app development. I've got a decent "Hello World" program up and running in Visual Studio. I'm using the Javascript API. I'm facing problems while loading the modules. I ...
0
votes
1answer
273 views

Usage of Maps in Windows phone 8 without connecting to the network

I am working on a Windows 8 "phone" which for the following reasons is unable to use maps Bing maps: Microsoft itself announced to not to support Bing maps APIs any further instead they'll be using ...
0
votes
1answer
68 views

Find adjacent tiles in bing maps

I am grabbing maps from bing using their API: http://msdn.microsoft.com/en-us/library/ff701724.aspx The largest tile they can return is 900x834. I need at least double that. Is there an easy way to ...
0
votes
1answer
65 views

Windows Store App: Forwarding Mouse Events

I have a full-screen Bing map control. Over the top, I want to overlay various other controls. <Grid> <maps:Map x:Name="Map" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" /> ...

1 2 3 4