We cache the geocoded information for a short period of time so that it doesn’t occur every time the address has to be shown. So think of it as directly proportional to the number of addresses.
Adding my colleague @Adam_Stone_AppSheet – the device captures GPS locations in the background and caches them. However, the operation takes some time. So when a form needs to be filled in, we use the most recently acquired location. If you tap on it, it go get the current location. So it is pretty accurate if you aren’t moving a lot. Otherwise, there is a delay. Adam will have more detail.