Closed chrisvwn closed 4 years ago
In theory this is what googleway::google_place_auotcomplete()
is supposed to do. However, I've never quite got it working as it's supposed to.
There's also this other question https://stackoverflow.com/questions/54848254/shinydashboard-google-places-autocomplete-invalidvalueerror-not-an-instance-o
But other than that I don't have a solution.
Thanks for the response @SymbolixAU. This is indeed not a simple problem.
@SymbolixAU Please see a possible solution to this issue, although it uses another package. I have tested it a little and it seems to work quite nicely. https://github.com/daqana/dqshiny/issues/7#issuecomment-562131296
Is it possible to either create a shiny equivalent of the google map search textbox or simulate the functionality of the google map search textbox with existing components? That is:
I have tried to use
selectizeInput
anddqshiny::autocomplete_input
but these do not allow the capture of text while typing - only by choosing a dropdown value.Some similar questions: https://stackoverflow.com/questions/53347495/r-shiny-map-search-input-box