bing-maps

How do I convert TLE information to longitude latitude and altitude to display on a Bing Map?

I am using the OrbitTools library to develop a satellite tracking system using the Bing Maps Silverlight control similar to http://karhukoti.com. I am not knowledgeable in this domain and lack a lot of the information related to satellite tracking but have started teaching myself as this particular project was chosen by my supervisor as...

Is it possible to use Bings street view with ASP.NET or Silverlight?

Hi I wont write web application, which will use street view of Bing(or Googles one if it can be used by ASP.NET or Silverlight). I found SDK for Bing map: http://www.microsoft.com/maps/isdk/silverlight/ But I need streets 3D view. Is it possible? Thanks. ...

Integrating Bing Maps tiles into Google Maps API

Hello, I currently managed to integrate OpenStreetMap into Google Maps API as it is described in this example. I wonder if I can also integrate Bing Maps tiles into Google Maps API. Is it possible? I could not find anything about that. Note: I do know about mapstraction but for now, I would like to stick to Google Maps API. Thanks in ...

Is there a Bing Static Maps API?

I found link text for Google, but I was wondering if there was an equivalent for Bing? ...

How to temporaily block map zoom using Bing Maps API?

I am using Bing Maps API and I have to temporaily block zoom. Plese tell me how to do that using Java Script? I relize that I have to block some key controls and remove + / - buttons from default Bing Map controls. Edit; To hide controlls I can use VEMap.HideDashboard Method. But how to block response for some keys? Do I have to overloa...

Creating Heat Maps for Bing Maps' Silverlight application

Looking for resources as much as anything. I have a nice, simple Silverlight-based Bing Maps application that puts pins into the map. Now I have a lot of pins, I'd like to instead create heat maps on-the-fly. I'm trying to look for resources that explain how to go about this, but can't find anything. So, any ideas? ...

Bing Maps Imagery Service cannot find default endpoint

I am writing a C# WPF application that basically contains a datagrid of locations. I am trying to use the bing map service to load an image of a location into a tooltip for each element in the datagrid. I have added the Bing ImageryService as a service reference to my project. I am receiving an error that says : "Could not find default...

How can I check whether a location is within a MapPolygon in the Silverlight Bing Maps control?

I have a MapPolygon which covers a certain area on the Silverlight Bing Maps control, and I would like to know if a particular Location is located within this MapPolygon. I have tried the following code which doesen't return the result I want because it only checks if the tested location is one of the vertices of the MapPolygon, and doe...

How can I get Tile Count, Tile X, Tile Y details without specifying zoom Level (or LevelOfDetails)?

Hi All This is with reference to Google Tile Map or Bing Maps. Is it possible to get Tile Count, Tile X, Tile Y details without specifying zoom Level (or LevelOfDetails) with any kind of internal calculations? Client will give just Coordinates P1 and P2 and ask for a Tile Map and Bound Box, etc. Shilpa ...

Using bing map in ASP.NET , WPF, Silverlight

Hi Team, I am planning to use bing map for one of my project carriculum projects. Could you please put some lights on the following questions? 1) Is there a .Net API Library for bing maps ? 2) Is there multiple styles available for bing maps similar to http://maps.cloudmade.com/editor 3) Is it possible to have different levels of det...

Web Application Toolkit for Bing Maps

Hi Team, I am trying to install "Web Application Toolkit for Bing Maps". What are the prerequisits for this? I have Visual Web Developer for 2008; but Silverlight template is not there. Could you please list out the required environment with Visual Web Developer for 2008 for working in "Web Application Toolkit for Bing Maps" ? Thank...

How to use Streetside of Bing map with silverlight?

Hi I am tring to use Bings Streetside. I have searched a lot in Google but nothing. In all post says, that I need to download Microsoft.Maps.MapControl.ExtendedModes.dll but all links are invalid. I can't download it. These inks are incorrect too. What can I do? Thanks. ...

Bing map conflicts when used with Google map API

I am using google map in my application. I have an application regarding to property sales and purchase for that I have used google map. But now I have to add Bird's Eye view in it. Since there is no such a concept in google map api, I have decided to use Bing map. But when I implemented a bing map in it, It affected the functionality ...

Bing Maps Silverlight Control: How do I Display the Sun's Footprint?

Hello, I have the Sun's latitude, longitude, and altitude but I don't know how to display the Sun's footprint in a particular time as in http://www.karhukoti.com and http://www.timeanddate.com/worldclock/sunearth.html. Can someone please help? Thanks. Edit: I downloaded the source code for JSatTrak and tried to implement the drawF...

Bing Maps Silverlight Extended Modes API

Hello friends, I need to have this API badly quickly. I went on Microsoft Connect but there is nothing even wasted the whole day making research on forums but found no suitable answer. Can you please just upload it somewhere and put link here? Umair ...

Bing AJAX Map: Show Info Box firing before Map Zoom and Pan has ended

Hi, In my Bing Ajax Map app the user is presented with a list of locations they can choose from. OnRowClick the map center and zooms on that places location. After it has focused on that location, it shows the info window for it as well. The problem is that the info window seems to be loading before the map has finished panning. This c...

Is it possible to do something like this with Bing maps?

I like the little Google maps column they have here in the right-hand column. Is this something that can be done with Bing Maps instead? If so, how? http://www.crittenton.com/Physicians/Results.aspx?GUID=7516699c-6aec-438c-955d-4d27a01b5107 ...

how to add a wms layer to a bing map using javascript?

how do I add a wms layer to a bing map using javascript? anyone know any good examples? ...

setting Bing Maps Silverlight Control Property From Code Behind

Hi, I need to set the CredentialsProvider from code behind prior to load the control on page. I have "ApiKey" dependency property in code behind and binding it to Bing Maps silverlight Control but it doesn't work. It gives an error "invalid credentials" at run time. Code Behind public static readonly DependencyProperty ApiKeyProperty ...

Bing Maps Route Service CalculateRoute returns "An error occurred while processing the request."

I've written a Silverlight class to consume the Bing Maps Routing Service. I'm creating an array of Waypoint objects from lat/long data that I have stored in a database, and sending that to the CalculateRoute method of the webservice in order to get a route back, but I am unable to successfully get a route back. The response always con...