-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support autocomplete functionality #42
Comments
I plan to put a lot of work into this library within the next 6 weeks. I'm not sure if it will include autocomplete, but depending on how involved it is I'm happy to take a look. PR's are also welcome! |
I don't think you need to specifically implement autocomplete, that would The search functionality can also end up using the same region as the map
should give back the |
yeah, I think this is getting to the best way to handle this. Maybe ever something like |
Hi there, I'm trying to use search through useMap and calling market directly as so:
But I keep getting: TypeError: undefined is not a function (near '...search...') I have the MapProvider in the top level of my hierarchy, and Maps are working, so it seems like it's hanging together for Maps, just not instantiation of mapkit search initialisation. I may well be doing something stupid that this isn't working. |
I was interested in using the autocomplete functionality. Looks like
it isn't implemented yet ? Would the process be as simple as making
a new component inside
src
that makes use of the map context ?Are there any plans to support it soon ?
The text was updated successfully, but these errors were encountered: