Hi,
I'm using nRF9160DK with SDKs v3.0.0
I am trying to use A-GPS with nRFCloud REST. I used the location example and it works correctly. The documentation states that A-GPS is used via the location.h library
docs.nordicsemi.com/.../location.html
The thing I don't understand about this example is whether the application actually uses A-GPS, or should I work in the LOCATION_EVT_GNSS_ASSISTANCE_REQUEST event.
In the example, I cannot understand where the assistance request is activated.