I"m looking for way to get list of points of interests like airports, parks, etc. per zip code using Bing maps. Believe me, I search google but it looks like my google is broken since I can't find anything useful. I just need a way to get that info. If there is like a list that would be even better. Any help is appreciated fellows. Is there a simple URL where I can pass in my bing map key, a category and longitude/latitude and get a list of point of interests?
相关问题
- Free Silverlight mapping with Bing maps and OpenSt
- How to prevent overlapping pushpins at the same ge
- Bing maps on Android emulator works but not on dev
- Bing Maps Runtime Error Windows 8.1
- No implementation file was provicded for the .winm
相关文章
- how to get the geolocation of a click on a bing ma
- Display locations based on KML file in Bing Window
- How do I get local business results using google m
- Silverlight - Add Pushpin to Bing Maps via C#
- Convert address to coordinates
- Google Maps, Bing Maps, OpenStreetMaps and MapQues
- Calculate distance between two points in bing maps
- Map APIs for windows PHONE 8.1 in HTML, CSS, JS
You could use the NAVTEQ point of interest data sources that are in the Bing spatial Data Services here: https://msdn.microsoft.com/en-us/library/hh478189.aspx
You can use the Query API to filter on the PostalCode property: https://msdn.microsoft.com/en-us/library/gg585126.aspx
Here is an example that gets points of interests that are in zip code 98004 and returns the results as XML:
That said, make sure that your use case does not go against this restriction in the Bing Maps terms of use: