So I have settled up a RPI 3B with Windows IOT Core, a GPS module, wrote a C# program where I can get GNGGA data: packet those in json format and sent it to IOT Hub (stored in blob storage).
Now I want to visualize those data in a map, pointing the position of the device. I have studied for days about azure maps but I didn't find any solution...
The goal is to point to IoT hub or my blob storage (maybe with a stream analytic function(?)) where I can read LATITUDE e LONGITUDE data from my json's and set the pointer (of location required) in azure's map.
In docs I didn't find anything particular/specific whith this purpouse. Any help, idea, suggestion?
thank you very much