Tagged Questions
0
votes
1answer
264 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 ...
1
vote
2answers
451 views
Plotting geocoordinates in a Windows 8/Bing maps app
I'm making a C#/XAML Windows 8 app using Bing Maps. I'm copying a bunch of Windows Phone 7 code over, and I'm having a problem simply plotting geocoords. Here's the WP7 code:
GeoCoordinate mapCenter ...
0
votes
1answer
579 views
Get country code using Bing Maps REST API
I am a WP7 developer. I have longitude and latitude of a location and getting complete information defined by the coordinate ie longitude and latitude by using Bing maps API
...
-2
votes
1answer
336 views
Polygon Geofencing, c#.Net [closed]
I have a polygon on bing Maps. Now, I want to know whether a point(Latitude, Longitude) are inside the polygon or not. I have goggled for this. Got solution for convex polygons. But I want the same ...
0
votes
0answers
277 views
Bing Maps does not find addresses anymore [closed]
I am developing Windows Phone app, which is using Bing Maps to locate places in Finland. Everything worked perfectly until yesterday (05.06.2012), when it just stopped locate addresses. It only works ...
2
votes
5answers
1k views
Bulk Geocoding Through HttpRequest
I'm researching ways to perform bulk geocoding through http request, and get the response back in JSON, XML, or anything pHp can handle on the server side.
The amount of address in a batch is in the ...
2
votes
1answer
291 views
Details of Bing Confidence Levels
Has anyone found a more complete description of what the Bing Confidence Enumeration values actually mean?
I'm trying to reconcile the results against another source of address data that has ...
1
vote
2answers
684 views
Bing Maps Rest Services Multiple Locations for Geocoding
Currently, I have an ASP application which retrieves a set of locations from a datasource and then uses Bing map REST services to geocode the addresses and then display them on a table and a map in ...
0
votes
1answer
664 views
Geocoding with Bing Maps - without VEMap
I am wondering if it possible to use Bing Maps API to perform geocoding (get long/lat based on Postal Code or address) as a batch process or at least without having to render a map with each geocode. ...
0
votes
1answer
357 views
How to make geocode request without callback in bing maps version 7?
Is it possible to make geocode request without specify callback function like it was in 6.2 version? I need to receive location data in function from which was executed geocode request.
0
votes
1answer
180 views
Sync with Bing Maps geocoding services globally
my company has numerous locations throughout the world that require incredible response times for geocoding and reverse geocoding services...each location will submit global addresses and lat/longs ...
0
votes
2answers
1k views
Is there a way to get addresses back from Bing SOAP Search Service?
I'm currently using Bing's SOAP Search Service in order to get points of interest around a certain location. However, the return items only have a GeoCoordinate for the location, not an address.
The ...
1
vote
2answers
171 views
Formatting City/State Information
I have an application which stores the user's home town, state, and country. I don't particularly need to do validation; no other part of the application relies on the data, but I would like the ...
1
vote
1answer
461 views
Need to turn query into lat and lon using Bing API, works for some, but not all
General geocoding is not problem. I can put in a city or stae or what ever specific location and usually geocode correctly using Bing. What I cant do is geocode things like intersections or fuzzy ...
0
votes
2answers
502 views
Bing or Google maps for loading lots of data? and other questions
I have several questions here:
Which service to use (google vs bing) to display lots of (let say 100.000 and more) pushpins on the map?
What is a fastest way to do that, load all at the same time, ...
0
votes
2answers
429 views
Tracking large number of cars with gps
I'm studying on a request of a customer about tracking a large number of car's with a gps module. these modules post about every 2 minutes, and the possibility to post twice as much when it also has a ...
3
votes
1answer
1k 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 ...
0
votes
1answer
272 views
Geocoding for the emergency services
I'm currently developing an application for the emergency services (target market is NY) A crucial part of the application is the mapping feature. I'm currently using Google maps API and Bing, as a ...
3
votes
4answers
3k views
Use Bing to geocode and Google maps api to display the map
I have an application which is currently using the google map API. I like the maps much better, and I feel like you have more options with google maps. The problem is, Google maps has been very ...
3
votes
2answers
607 views
How accurate are geocoding API's and what is the most accurate?
I'm creating an application with google maps api with geocoding functionality. Obviously, I want to use the api that is the most accurate. I'm giving the application an address and I need to find it ...
2
votes
2answers
590 views
Suitable map API for tracking
What is the most suitable map API for vehicle tracking and fleet management service?
FYI, from Google map terms of service-
License restricted for- (c) dispatch, fleet management, business asset ...
0
votes
1answer
2k views
Service reference addition issue in visual studio 2010
I am currently working on an application that allows reverse geocoding using silverlight + bing maps. The thing is that I want to add a reference to the reverse geocoding service provided in msdn ( ...
8
votes
5answers
12k 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 ...
