How to get nearby locations using query API in windows phone 8.1
问题 Using this query api how to get the nearby places in to our mapcontrol in windows phone 8.1. When I placed the code from the above link it shows the 404 error (i.e resource not found). I got bing maps key. But how to place the access id. How the data source are named. Please help me. string BingMapsKey = "MY_BING_MAPS_KEY"; string DataSourceID = "20181f26d9e94c81acdf9496133d4f23"; string dataSourceName = "petrolbunk"; string dataEntityName = "petrolbunk"; string accessId = DataSourceID;