Mock Location
Appetize supports simulating device location for running and testing location-based applications easily.
With Query Parameter
To specify the device location, include the location
query parameter in your app or embed URL, followed by the latitude and longitude values e.g.
See Query Params Reference for more information.
With JavaScript SDK
Set the location of the device via our JavaScript SDK
With Configuration
Specify the location by passing in a number array in format [latitude, longitude]
e.g.
See Configuration for more information.
With setLocation()
Specify the location by passing in the number parameters latitude
and longitude
e.g.
See the API Reference for more information.
Last updated