Helo,
I'm using xamarin forms and by
Device.OpenUri (new Uri ($ "geo: {Latitud}, {Longitude}"));
I'm opening and external gps navigation. It works for android 9. Application waze start navigate to this position, google mpas appears that position. But on lower android it only open a map application on my current position. (Samsung galaxy s7 android 8, huawey p8 android 6).
Can you help me how to solve this?