Change Location GPS pin

338
1
07-21-2022 10:43 AM
ZachRuiz
New Contributor III

Hello, I'd like to change the GPS marker/pin to an aircraft. I have a local PNG I'd like to use. Is there any documninatation on how to do this? 

Tags (3)
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

Check the MapView.LocationDisplay. It has several Symbol properties for that exact thing:
https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.UI....

You can use a PictureMarkerSymbol and assign it to any of those symbols.

0 Kudos