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

Get lat and lng from form field #57

Closed
trister1997 opened this issue Apr 26, 2019 · 1 comment
Closed

Get lat and lng from form field #57

trister1997 opened this issue Apr 26, 2019 · 1 comment

Comments

@trister1997
Copy link

Hello! Love the library, but I am wondering if there is a way to get more information (such as the lat and lng) from the form field. This is my current code:

final autoCompleteField = PlacesAutocompleteFormField(
      apiKey: "APIKEY",
      mode: Mode.overlay,
      language: "en",
      controller: _addressController
    );

I was wondering where I would access the place object to get the information I am looking for.

Thanks.

@trister1997
Copy link
Author

Found information needed in #25

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

No branches or pull requests

1 participant