amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Coordinates/Location For Point #570

Open mtsrdr opened 5 years ago

mtsrdr commented 5 years ago

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.

amay077 commented 5 years ago

Good point 👍

I will add soon.

mtsrdr commented 5 years ago

Thanks! I'll be waiting for this.

FrozDark commented 5 years ago

any progress on this?

AlonRom commented 4 years ago

any progress on this?

woemike commented 4 years ago

any progress on this?