Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps copied to clipboard
Coordinates/Location For Point
Would it be possible to implement the function below that would make it possible to get geographic coordinates by a point (X and Y) on the screen?
Example IOS: var coordinate = GoogleMap. Projection. Coordinateforpoint (point); var latitude = coordinate. Latitude var longitude = coordinate. Longitude
Android Example:
var coordinate = GoogleMap. Projection. Fromscreenlocation (point); var latitude = coordinate. Latitude var longitude = coordinate. Longitude
Because I'm trying to get a position on the map using Skiasharp over the map.
- [x] Android
- [x] iOS
Good point 👍
I will add soon.
Thanks! I'll be waiting for this.
any progress on this?
any progress on this?
any progress on this?