I'm getting back into Python coding and couldn't find any examples of this. I basically want to write a script that displays an input box where the user will type in an address. I want the address to be found and then zoomed to on the map. Later on, this location will have a point added to it. But my question is, is there a way to use Python to find one user-entered address?
Thanks!