RasMason
RasMason

Reputation: 2212

Save route as image bing maps

I developing an Angular app that tracks a users journey in bing maps (I have to use bing)

When the journey is complete, I would like a way to save the journey as an image to display, at a later time.

I understand I can generate an image using the rest services, but if, for instance, the user returns to view a route years from now, and roads have been changed, would that not mean the route itself would be different?

Any ideas are appreciated

Upvotes: 0

Views: 242

Answers (1)

rbrundritt
rbrundritt

Reputation: 18003

You can specify departure date time in the route request. If you request a new route next year with a date/time set to today, you should get the same route as you would if you were to request one right now. Note that saving the responses from Bing Maps services (other than geocoding) is against the terms of use.

Upvotes: 2

Related Questions