Reputation: 398
I want to visualize weather (precipitation, snow, etc.) via HERE maps like we do on google maps (see screenshot). Is it ever possible to do that in js (vue 3 if possible)?! I see here maps has weather destination api which I can get only data in object.
Upvotes: -1
Views: 40
Reputation: 36
Yes you can get "global precipitation image tile which can be overlaid on the map".
Refer to the documentation: https://www.here.com/docs/bundle/destination-weather-api-developer-guide/page/topics/example-precip-request.html
Upvotes: 0