is it possible to sync two devices maps on same navigation

342
1
01-17-2024 11:38 PM
Labels (2)
SatyaraySingh
New Contributor II

Hi,

I just wanted to know if is it possible to sync two devices' maps with the same Navigation. For example,

I have a Windows tablet that installs a Maui application in which I'm showing the ArcGIS Map & now on the Laptop (Visual Studio 2022), I'm creating another Maui Application in which I'm just performing a navigation from point A to Point B. I want the same navigation( Point A to Point B) should be done on the tablet Maui Application where I'm showing the ArcGIS Map.

 

 

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

It's possible, but it isn't something the Maps SDK provides a way to do. You'd have to use some platform APIs to send the navigation details from one device to the other, either via push notifications, server connection, direct socket, bluetooth or something else.

0 Kudos