Bing Maps is an online mapping service provided as a part of Microsoft's Bing suite of search engines. A suite of APIs facilitate programmatic access in a number of languages.
14
votes
5answers
15k views
bing maps cost money?
I am building a new web site in asp.net, and im newbie with using maps.
For my web site i will need the following functionality:
display a map of specific location.
display route map between two ...
8
votes
2answers
1k views
Highlighting whole street with some maps API
Is there any way to highlight/display on Google/Bing/(any other map provider) Maps whole street (from the beginning of the street to the end of)?
I know the existence of Polyline in Google Maps API, ...
7
votes
2answers
297 views
How to integrate Microsoft Bing Map Navigation functionality to iPhone appliction?
I have studied about Microsoft Bing Map Navigation. There is iOS support and sdk available at http://www.microsoft.com/maps/developers/mobile.aspx
Can anyone guide me how to use this in my ...
7
votes
3answers
644 views
What are the advantages / disadvantages of Bing maps over Map Kit on iOS
Microsoft have recently released a Bing maps objective c component.
See here and here
They mention that have less restrictive terms:
We think you will find that the terms of use are less ...
7
votes
1answer
7k views
Silverlight - Add Pushpin to Bing Maps via C#
I'm getting started with the Silverlight Bing Maps control. How do I add a Pushpin to a map programmatically with C#?
Thank you!
6
votes
2answers
178 views
Who pays the bill for Bing Maps API calls?
I reference this MSDN resource on Bing Maps on Bing Maps API usage reports.
As developers we usually register for Bing Maps key and embed it within wp7 apps when using Bing Maps controls. I happen to ...
6
votes
1answer
167 views
use KML , address lookup, directions and 'share map' on the same map
I want to use my kml (or xml) file with places, but at the same time be able to search for places, use directions or 'share map' functionality. At the moment when I try to do that in Google or Bing, ...
6
votes
0answers
266 views
Using Bing Maps REST Services on BlackBerry?
Are there any third party libraries or SDK's - commercial or open source - that would provide a straightforward way to integrate Bing Maps in a BlackBerry application? Now that Bing Maps Mobile is ...
6
votes
2answers
624 views
Optimizing Bing Maps Geocode and RouteMapping requests
I have a database containing orders and each order has an associated location. Currentl, when a user is logged in ,I am using Bing Maps API to geocode each order location and then compute driving ...
5
votes
2answers
132 views
Using the Bing API, how can I achieve the same cylindrical view as the Bing iOS app?
In my iPad app I have to integrate Bing maps and their Bird's Eye view.
I have successfully used the Bing API in my app, but after certain level of zooming it is not giving me the cylindrical view as ...
5
votes
2answers
620 views
draggable pushpin windows phone 7 bing maps control
Just wondering if there are any decent resources on how to program a draggable pushpin for a map in a windows phone 7 application. I've had a good look and can only find information about how to do it ...
5
votes
2answers
803 views
Bing API for finding nearby cities
Is there a Bing API for finding nearby cities given a city name or lat/long combination?
5
votes
4answers
4k views
Location search autocomplete that integrates with bing/google geocoding
Any nice suggestions on auto complete location searches, that integrate with something like Google or Bings location data?
I am wanting capture the location of my users on sign up, currently I have a ...
4
votes
1answer
144 views
Maps with Windows Forms application
I am building a C#/Winforms application that requires a map (a la Google maps, Bing maps etc.). But I am terribly confused by the ToU (licensing) - non-commercial use etc.
My questions:
What ...
4
votes
2answers
996 views
Issue with Bing Map --p_elSource.attachEvent is not a function
I am facing major problem with Bing Maps. I am using :
http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3
First I am getting error in firebug as :
this.CreditsFor=function(a,i,j,h)
{
...
4
votes
2answers
1k views
WP7 Bing Maps 'Invalid Credentials' Error
I'm trying to use a bing maps control on a windows phone 7 silverlight application and it shows this error overlaid on the map.
Invalid Credentials, Sign up for a
Developer Account
I've tried ...
4
votes
2answers
2k views
How to zoom to fit in WP7 Bing Maps control using LocationCollection?
How can I zoom the Microsoft.Phone.Controls.Maps.Map control to the correct zoom level on Windows Phone 7?
I have a LocationCollection of GeoCoordinates and I calculated the Center myself, but now ...
4
votes
1answer
240 views
Bing Maps Silverlight Control: How do I Display the Sun's Footprint?
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
...
4
votes
2answers
1k views
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 ...
4
votes
3answers
2k views
Google Maps API vs Multimap/Bing Maps API
I want to know if anyone who has experience of using both the Google Maps API and the Multimap API can give a good reason as to why one is better than the other - or maybe a list of pros and cons?
I ...
4
votes
1answer
859 views
Setting a min/max zoom for Bing maps in Silverlight
I am using the Silverlight sdk for Bing Maps. I have my map, I have my PushPins all mapped out. Now I want to disable the user from zooming out so far they see the whole world and keep it constricted ...
4
votes
1answer
4k views
Silverlight - Adding Text to Pushpin in Bing Maps via C#
I was able to make my silverlight Bing map accepts Mousclicks and converts them to Pushpins in C#. Now I want to show a text next to the PushPin as a description that appears when the mouse goes over ...
4
votes
3answers
123 views
What states does my route travel through?
I've got a page that has a map with a starting and ending location. I run a route between them to get the nifty line showing the route. I'm currently using Bing but have attempted with Google as ...
4
votes
2answers
855 views
Directions and Route in iPhone using Bing Map
Can we load a Bing Map in iPhone and show Route between source and destination points thourgh some waypoints.
4
votes
2answers
659 views
Topographical or relief data in Map APIs
I was wondering if anyone knew of any map APIs that offer topographical or relief data? I've had a quick look at Google and Bing APIs, but could find nothing there.
Google allow you to view a map as ...
4
votes
7answers
1k views
How to round a decimal to the nearest fraction?
Not sure if that is the right way to ask this or not but here is the problem.
Given a latitude of 26.746346081599476, how do I find the number 26.75 as the 16th greater than the number and 26.6875 as ...
4
votes
5answers
6k views
Is there a way to access the Bing Maps geocoding API via REST?
Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This is something that's trivial to do with Google and Yahoo; what I'm looking for is ...
3
votes
5answers
392 views
Easting northing to latitude longitude
I've got coordinates of location in easting/northing format but I need to convert it to proper lat long to center it in bing maps. Any formula or details how to convert easting/northing to lat/lon?
...
3
votes
1answer
54 views
Is there any API from Bing like Google Places?
Anyone knows whether Bing provides any API similar to Google Places?
Thanks!
3
votes
1answer
271 views
What HTML5 Canvas based Mapping libraries exist?
The Bing Maps and Google Maps JavaScript/Ajax Mapping Controls/Libraries use <img/> tags for rending map tiles and such.
Are there any mapping controls/libraries available that utilize the ...
3
votes
3answers
399 views
How to put multiple circle overlays on a WP7 Bing Map control?
I want to put a number of (transparent) circles on a Bing Map Control as overlays. Think about a "blast radius" or "sphere of influence" kind of thing. I'll need at least two dozen of these circles on ...
3
votes
1answer
167 views
Drawing route on bing maps iPad
Can anyone please guide me how to draw route on bing maps on my iPad?
I got the midway points from ...
3
votes
2answers
155 views
How do you add the “you are here” marker to Bing Maps Control
How do you add the "you are here" marker to the Bing Maps control? On the phone this is represented as a circle within a square and then there is an outer circle representing the location accuracy.
It ...
3
votes
2answers
649 views
Adding hundreds of pushpins programatically to bing maps freezes the WP7 UI
I'm working on a WP7 app that uses bing maps to display ~600 pushpins. When i add them to the map using map.Children.Add(pushpin) the UI freezes for ~200 ms. I've seen that in silverlight you can use ...
3
votes
3answers
240 views
Using Rx to Geocode an address in Bing Maps
I am learning to use the Rx extensions for a Silverlight 4 app I am working on. I created a sample app to nail down the process and I cannot get it to return anything.
Here is the main code:
...
3
votes
3answers
448 views
Launching WP7 Map Application
Hopefully this is an easy one.
In my app, I have an event page with an address listed. Currently I have a link to view map which brings up a page in my application that uses the map control, and ...
3
votes
1answer
89 views
Windows Phone Regional Issues
I have a text file that needs parsing in the app and this was tested on my UK device and a US device. This same text file is used by Android and iPhone apps that work fine. It has been reported to ...
3
votes
1answer
272 views
Tile-Overlay Animation - Bing / Google
I've created a tile set, and this tile set expires every 10 mins. However I want to be able to show a cycle of the past 50 mins (of stored tiles i have).
I know with Google Maps 2.0 you can do this ...
3
votes
1answer
749 views
Restrict the min/max zoom on a Bing Map with v7 of the AJAX control?
I'm working on a site that makes use of v7 of the Bing Maps AJAX Control. One of the things I need to do is restrict the zoom level so as to prevent users from zoom in past a certain level, or zoom ...
3
votes
0answers
701 views
Free geocoding service with non-restrictive license
I am looking for a geocoding service where I can make a request with an address or intersection, not necessarily separated into separate fields (street, city, state, etc.) and get the latitude and ...
3
votes
3answers
2k views
Phone 7 Bing map control - Add a pushpin when tap
I am using the latest Phone 7 RTM tools ( downloaded it today, October 7 2010).
I am trying to do a simple thing here:
when the user taps once on the map control, i want to put a pushpin there.
...
3
votes
2answers
472 views
3
votes
1answer
685 views
How to achieve Bing maps like InfoWindow in Google Maps?
I'm using Google Maps v3.
I really like the InfoWindows found in Bing, as opposed to Google.
Screenshots & functionality found here comparing the two:
...
3
votes
6answers
2k views
Map controls for sites running https
A team I work with is currently in an unfortunate situation. They've spent a lot of time integrating the google map control on their site but they didn't discover that to run google maps on a https ...
3
votes
3answers
5k views
How to tell if a line intersects a polygon in C#?
I have a question very similar to this:
http://stackoverflow.com/questions/30080/how-to-know-if-a-line-intersects-a-plane-in-c-basic-2d-geometry
I am searching for a method that tells if a line is ...
2
votes
2answers
42 views
Bing Maps Rotation
I'm making an App for WP7 and I'm looking for a way to rotate the Map control and the tags (Country, City etc. names). I've been able to rotate the map itself with the transformation properties, but ...
2
votes
1answer
46 views
WP7 Silverlight Bing Map - MapPolyline doesn't zoom or move with map
I added a MapPolyline to a Map control as follows:
<Map>
<MapLayer>
<MapItemsControl>
<MapPolyline Locations="{Binding locations}"/>
...
This looks fine ...
2
votes
0answers
46 views
How to Change the Size of an Element Within a Custom Pushpin in BingMaps for Silverlight
I have a custom pushpin which contains an Ellipse, and I would like to change its size programtically in the C# code behind. I am able to change the pushpin size, however, this affects its location on ...
2
votes
3answers
147 views
Clipped Bing Map won't refresh in a ScrollViewer?
I have a bing map with this clip:
<my:Map.Clip>
<RectangleGeometry RadiusX="15" RadiusY="15" Rect="0,0,450,250" />
</my:Map.Clip>
The map is in a ScrollViewer somewhere at ...
2
votes
1answer
81 views
How to get lat/lon of a mouse click with Bing Maps AJAX Control v7
I am using th newest version of the API (v7), and would like to add a pushpin on mouse-click ...
var mapSettings = {
'credentials': 'myCredentials',
'mapTypeId': ...