I want the locations of a restaurant and have this GET request:

GET /webservices/js-storelocator/wsvclocator.asmx/GetLocations?location=string&biasingPoint=string&targetCountry=string&searchDistance=string&ConsumerData=string&currentPage=string&resultsPerPage=string&longLat=string&metricOption=string&mapFilters=string HTTP/1.1
Host: www.subway.com

But I don't know how to implement a HTTP Get request in my WP8 App. I found many solutions, but this get request delivers the geolocation data of the restaurants. And how can I read this data from the response of this Get request? And whats are all those parameters in this GET request? Thanks in advance for help and for correction.

有帮助吗?

解决方案

All the information is information for the server. You can read a Get response easy, follow this example http://blogs.msdn.com/b/pakistan/archive/2013/06/14/getting-started-with-web-requests-amp-json-in-windows-phone.aspx

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top