Please explain how to use MapProxy and MapReader

I suspect MapReader may open the door to effectively track annotation coordinates as they are being dragged in Map. Similar to existing capabiltiies in MKMapView. I see that MapProxy contains a function called coordinatesFrom.

Please provide a sample or any level of documentation that will explain how to properly instrument these with a Map.

Particulary how to take advantage of this new function in MapProxy. https://developer.apple.com/documentation/mapkit/mapproxy/4278697-converttocoordinate

Thank you

I thought the same, but it seems that the MapProxy is only useful to convert point into coordinates (plus other conversions).

I was hoping to get the current map zoom, orientation, rect, etc... when the user changes the map, but I haven't found any way, yet :(

I just figured out a little about MapReader

https://github.com/tomha2014/LearnMapKitiOS17.git wrap map with MapReader

MapReader{ reader in Map(){} }

Please explain how to use MapProxy and MapReader
 
 
Q