Xamarin.Forms.GoogleMaps icon indicating copy to clipboard operation
Xamarin.Forms.GoogleMaps copied to clipboard

Coordinates/Location For Point

Open mtsrdr opened this issue 7 years ago • 5 comments

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

mtsrdr avatar Oct 15 '18 13:10 mtsrdr

Good point 👍

I will add soon.

amay077 avatar Oct 17 '18 12:10 amay077

Thanks! I'll be waiting for this.

mtsrdr avatar Oct 18 '18 14:10 mtsrdr

any progress on this?

FrozDark avatar Nov 16 '18 07:11 FrozDark

any progress on this?

AlonRom avatar Dec 30 '19 18:12 AlonRom

any progress on this?

woemike avatar Jan 12 '20 13:01 woemike