I’m using Location_Sensor to obtain Latitude, Longitude and Altitude.
The problem is trying to obtain the data immediately upon the App opening up. I’m uploading the lat, long and alt into an AirTables Base and Table, but I sometimes get “0” for all three because the Location_Sensor doesn’t fire until it thinks it has changed locations.
Is there anyway to force the Location_Sensor component to give me the lat, long and alt immediately?
I’m not using Google Maps because they don’t provide Altitude afaik.
Of course I have code that checks the vars set in the “Location_Sensor1.Location Changed” method above to see if they are zero. The problem is it takes too long to NOT be zero. Sometimes the phone takes a couple of minutes or even longer to “change”. I don’t want my users sitting there waiting for the data to display, or only if they walk a few yards first.
My question is whether or not there is a way to cause the Location_Sensor to fire immediately? I don’t understand why one should have to wait until some arbitrary limit is hit by the phone instead of giving the desired data immediately.