Hi Shai,
I'm trying to achieve Uber and Lyft style of mapping and location, I want a Marker Icon to be fixed at the center of the screen.
I was able to achieve this using MapComponent that uses Google Map Tiles and It works fine, except that it's not fluid like native map.
I replaced the Map Component with a NativeMap, It works fine on Simulator because there it uses OpenStreetMap. And eventually, this map now turnout be more fluid than the map created with MapComponent on simulator.
When I tested this on real device the Marker icon Label has vanished and the functionality of panning the map around and pinch to zoom is bumpy,though I'm still able to get the center coordinates which I converted to address.
Is there a way to put a marker icon at a fix point on the screen and still have a native map just like Uber did? Maybe there's any component that has more power over MapContainer.
Attached is a screenshot of what I've done so far.
Please assist,
Thanks,
Diamond