Completed
Last Updated: 12 Apr 2017 11:59 by ADMIN
ADMIN
Petar Mladenov
Created on: 24 Jun 2016 08:47
Category: Map
Type: Feature Request
6
Map: Implement the Bing REST Services API in RadMap's BingRestMapProvider
Currently RadMaps Geocode, Search and Route providers are based on SOAP.

The Bing Maps discontinue their SOAP services in June 2017.

https://blogs.msdn.microsoft.com/rbrundritt/2016/06/22/bing-maps-v8-web-control-released/ 

The Bing REST Services API  (https://msdn.microsoft.com/en-us/library/ff701713.aspx?f=255&MSPPError=-2147217396) includes:

- Imagery API 

    -- Imagery metadata (used for downloading image tiles - already implemented in BingRestMapProvider)

- Routes API 

- Location API

- Elevations API


For R1 2016 we will implement:

Routes API which will be replacement of SOAP based BingRouteProvider

Locations API which will be replacement of SOAP based BingGeocodeProvider

Elevations API which will be new API and has no existing SOAP replacement
==================================================================================
Available in R1 2017 Official Release Version.
3 comments
ADMIN
Petar Mladenov
Posted on: 28 Oct 2016 13:35
Logging service  will not be stopped by Microsoft. Please check out their reply in the thread below.

https://social.msdn.microsoft.com/Forums/en-US/0ddbadd8-d390-452c-86cd-0e4ec91433a3/new-bing-maps-wpf-control-still-using-soap-services?forum=bingmapsservices
Aleksandar
Posted on: 24 Jun 2016 13:56
The BingRestMapProvider starts every session with a request to: http://dev.virtualearth.net/webservices/v1/LoggingService/LoggingService.svc

That url looks like a SOAP endpoint, not the REST endpoint and probably needs updating as well.
lee
Posted on: 24 Jun 2016 09:27
Really need search implemented.