geocoding - Can Bing Spatial Data Services be accessed programatically via C#? -
I read about Bing-specific data services, where a jQuery example is given.
I want to know that BSDS can be accessed programmatically via C #. I want to pass this data in some file in some normal format (such as CSV or XML), and it came back with the underlined and latitude population. Is this possible?
Yes Bing Special Data Services Can be accessed from the programming language. If you want to do batch geocoding, this can be done using the Geocode Dataflow API: The documentation has the C # sample. Note that if you are using this service using the original or trial account, then you will be limited to 50 lines of uploaded data. If you have a licensed enterprise account, you can upload 200,000 lines of data per file, and up to 25 files in a 24 hour period.
Comments
Post a Comment