How do I implement a geo location chooser for mobile devices? #18045
-
Hello everyone! I am searching for a way to implement a control that lets the user pick any geo location existing in for example google maps. Is there an existing control for uno platform that I couldn't find? Did anyone else try to achieve something like this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Zerachiel01 you will need to use some external API as the source for the data (e.g. Google Maps API). Then you can surface such autosuggest experience via the |
Beta Was this translation helpful? Give feedback.
@Zerachiel01 you will need to use some external API as the source for the data (e.g. Google Maps API). Then you can surface such autosuggest experience via the
AutoSuggestBox
control that is built into Uno Platform.