Retrieves geolocation from mobile devices that run Alexa.
Acceptable Freshens - Acceptable difference in seconds between the timestamp when the geolocation was generated and the Alexa Request timestamp.Accuracy Threshold - Acceptable uncertainty in the latitude and longitude in meters provided in the Geolocation.coordinate filed in the Alexa Request.Return Variable Name - Default status, name of the variable that contains the geolocation data from an incoming Alexa Request${status.is_geolocation_supported}${status.is_geolocation_permission_granted}${status.exceeds_accuracy_threshold}${status.is_data_fresh_enough}${status.is_geolocation_available}${status.is_location_sharing_enabled}${status.geolocation.coordinate.latitudeInDegrees}${status.geolocation.coordinate.longitudeInDegrees}${status.geolocation}, for more info please visit Geolocation interface properties.OK - executes when the geolocation object was retrieved successfullyNOK - executes when the geolocation object is missing or the uncertainty in the latitude and longitude in meters exceeds the value in Accuracy Threshold field or the difference in seconds between the timestamp when the geolocation was generated and the Alexa Request timestamp exceeds the Acceptable Freshens value