Just trying to figure out how to do that now… okay so I have my location object “adds” that is returned from the server function.
To cast the lat/longs from “adds” to numbers would the syntax be something like this?
lats_lngs = adds['address']
But when I run that I get an error saying
TypeError: list indices must be integers or slices, not str