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...
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.
...
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 ...
I found link text for Google, but I was wondering if there was an equivalent for Bing?
...
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...
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?
...
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...
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...
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
...
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...
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...
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.
...
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 ...
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...
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
...
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...
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 do I add a wms layer to a bing map using javascript? anyone know any good examples?
...
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 ...
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...