You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want user to select from predefined locations by fetching from the location list provided by the server side/ api.
So that user can search for a location in the field which is available in the list. Provided that the already selected location can't be selected again.
How can I achieve this with this library?
The text was updated successfully, but these errors were encountered:
I am afraid, you will have to write a custom implementation with Google maps flutter plugin. This can be easily achieved. You can return the exact lat long of the place searched by the user, in your API response and add a pin to the map on the returned location coordinates.
So, I can use any api for fetching locations to show them in the search bar ?
And will any other component (in this plugin) get affected by doing so ?
And what do you mean by returning lat long here?
Actually I want user to be able to select only those locations which are not already selected by any other user.
Will I be able to use this plugin itself for achieving the desired feature ?
I want user to select from predefined locations by fetching from the location list provided by the server side/ api.
So that user can search for a location in the field which is available in the list. Provided that the already selected location can't be selected again.
How can I achieve this with this library?
The text was updated successfully, but these errors were encountered: