Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add getLatLng method like google_maps_flutter #37

Open
sboyd opened this issue Apr 13, 2022 · 1 comment
Open

Please add getLatLng method like google_maps_flutter #37

sboyd opened this issue Apr 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sboyd
Copy link

sboyd commented Apr 13, 2022

Hello :)
First off thanks for using your time to build this package!! I really appreciate it.

Is your feature request related to a problem? Please describe.
I'm working on a project that has a requirement to allow users to draw an area on a map.
By following this example I was able to get it to work with the google maps package. What makes this possible is the getLatLng function of the controller. It takes screen coordinate and turns them into lat/long, but the apple_maps_flutter package does not.

Describe the solution you'd like
It'd be great if the apple_maps_flutter package had the same getLatLng function so I could allow users to draw on the map.

@sboyd sboyd added the enhancement New feature or request label Apr 13, 2022
@bashcious
Copy link

Hello :) First off thanks for using your time to build this package!! I really appreciate it.

Is your feature request related to a problem? Please describe. I'm working on a project that has a requirement to allow users to draw an area on a map. By following this example I was able to get it to work with the google maps package. What makes this possible is the getLatLng function of the controller. It takes screen coordinate and turns them into lat/long, but the apple_maps_flutter package does not.

Describe the solution you'd like It'd be great if the apple_maps_flutter package had the same getLatLng function so I could allow users to draw on the map.

Agreed it will be nice if the package can provide access to getLatLng just like google maps package, I'm actually working on similar feature for ios device as explained by @sboyd but i have no choice than to switch to google maps for now, hopefully this feature can be provided by apple_maps_flutter soon. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@sboyd @bashcious @LuisThein and others