bing-maps Questions
5
Is there a Bing API for finding nearby cities given a city name or lat/long combination?
Vietcong asked 5/1, 2011 at 18:43
5
Solved
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
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 AP...
Aerotherapeutics asked 28/1, 2010 at 14:9
2
I have a web page with a tab control taking up a portion of the screen. The tabs are shown/hidden using *ngIf and comparing the selected tab against an enum. Thus the components are destroyed / cre...
Clayberg asked 21/7, 2016 at 20:18
1
I want to be able to retrieve the geographical coordinates (latitude and longitude) for a given address. I'm hoping I can do that if I have the full address (street address + city + state + zip).
I...
0
I'm using the bing-maps JS control and API in WebKit (Android) and WKWebView (iOS).
var map = new Microsoft.Maps.Map(document.getElementById('myMap'), {});
// Binding the event
Microsoft.Maps.Event...
Kleinstein asked 15/1, 2021 at 14:24
2
Solved
In my UWP app, I use a Geopoint class:
using Windows.Devices.Geolocation;
. . .
List<Geopoint> locations;
In a Winforms app, this is not available - Geopoint is not recognized. Is there an...
1
Solved
I have downloaded, installed, and referenced the Bing Maps control in my Winforms app:
...and I added the following using to Form1.cs:
using Microsoft.Maps.MapControl;
...but I still have no Bing...
5
Solved
I created a simple UWP application with no code, just XAML.
<Grid>
<maps:MapControl/>
</Grid>
If I zoom in to about US state level, the application will crash with an unhandle...
5
Solved
2
Solved
Is there any google/Yahoo/Bing API which gives local business results based on a ZIP/GeoCode of a location? If yes, please let me know.
If Google Maps has such service, please let me know what whe...
Leomaleon asked 13/8, 2010 at 22:38
3
Solved
I'm following this example for connecting to the Bing Maps geocode service:
Link
About half way down the page, it explains how to add a service reference in Visual Studio 2010, which I was able to ...
Linsang asked 24/11, 2010 at 0:57
3
Solved
I've got a select box which allows the user to toggle between various lists which populate a bing map with points.
However when they select a different location from the list I need to remove the ...
Turki asked 3/2, 2012 at 21:45
6
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 t...
1
Solved
I have an existing call to Bing Maps made with Angular 4 Http service, that is working correctly:
this.http.get("{absolute URL of Bing Maps REST Locations, with options and key}")
I'm trying to ...
Carmeliacarmelina asked 27/7, 2018 at 14:58
6
Solved
I've been searching for a while now (here and on google obviously) for a neat way to convert a set of UTM coordinates to Latitude and Longitude. I've got the coordinates and I know in what zone the...
Trefoil asked 22/4, 2010 at 10:6
2
Solved
I'm using the Bing Maps v7 control.
I have an array of latitude/longitude points. (of type Microsoft.Map.Location)
From that array, I can generate a rectangle, and a center of the rectangle, usin...
Cismontane asked 17/10, 2011 at 18:36
2
Solved
I have a react native project on android.
I already installed react-native-maps and all works fine, but I need to run my app on android device without google services (such as TomTom navigat...
Industrials asked 16/1, 2018 at 6:43
4
I'm looking for a United States Address Validation web service, as the title says. Also:
I don't need maps
I don't need Geo coding
I do need:
Validation that an address is real
Address parsin...
Screwdriver asked 13/9, 2011 at 18:52
3
Solved
I want to add Bing Map V8 control to my Anguar 2.0 project. I want to know what I need to do to add Bing Map V8 into Angular 2.0 project. I have attached my implementation. The component I created ...
Hower asked 31/5, 2016 at 15:49
1
Solved
I am trying to find the API to get the Traffic Flow from Bing Maps, but I can't find it.
I see that they have Traffic API but it will only return Traffic Incidents.
I found the TrafficManager Cl...
2
Solved
It appears that Bird's Eye View is no longer available in V8. Can anyone confirm that this is actually the case or if there is any way of still using Bird's Eye View in the new version?
Microsoft...
Ferrari asked 27/7, 2016 at 10:57
2
Solved
When I run the app of Windows 8.1 with Bing Map integration, I get following error.
An exception of type 'Windows.UI.Xaml.Markup.XamlParseException'
occurred in DistanceApp.exe but was not hand...
Nikolaus asked 7/11, 2013 at 10:8
1
Solved
I'm drawing regions (using SqlGeometry/SqlGeography and translating them to the WPF LocationCollection equivalent) on the Bing Maps WPF Control and needed to label them. I got the labels drawn on t...
Georgia asked 1/9, 2016 at 16:15
1
Solved
I am building an App that uses Geolocation using Open Layers loading a Bing Map Layer. I would like to control the zooming just by touch alone and would therefore like to remove the default zoom bu...
Cayuse asked 2/8, 2016 at 9:55
1 Next >
© 2022 - 2024 — McMap. All rights reserved.