I want a develop an app for displaying item locations using bing maps API. The platform i want to use is Windows 10 IOT on rpi 4. Is it possible ?
(Like google maps API work for android native applications)
Any help is appreciated.
I want a develop an app for displaying item locations using bing maps API. The platform i want to use is Windows 10 IOT on rpi 4. Is it possible ?
(Like google maps API work for android native applications)
Any help is appreciated.
Hi,
IoT Core is a UWP-centric OS and UWP apps are its primary app type. And all of the standard UWP languages and project templates are fully supported on IoT Core.
UWP uses Microsoft Bing map control to provide a map and related services. Maps API in UWP is defined in the Windows.UI.Xaml.Controls.Maps namespace.
https://www.c-sharpcorner.com/article/implement-map-in-uwp-app/
https://docs.microsoft.com/en-us/windows/uwp/maps-and-location/
But please note that there is currently no version of Windows IOT Core that supports Raspberry Pi 4.
Hi
Thanks for your answer. This link does mention RPI but not the exact version.
https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/socsandcustomboards
Are there any new developments in support for rpi 3 or 4 ?
Hi,
The current Windows IoT Core supports running on Raspberry Pi 2 & 3.
But for Raspberry Pi 3B+, only a simple 3B+ technical preview of Windows IoT Core is currently provided. Also there is currently no version of Windows IOT Core that supports Raspberry Pi 4.
https://docs.microsoft.com/en-us/windows/iot-core/tutorials/rpi
3 people are following this question.