send Test Visit Arrival At Location
fun sendTestVisitArrivalAtLocation(context: Context, lat: Double, lng: Double, isDeparture: Boolean)
Simulate a user visit at a given location. This will act like your user has stopped at a given place and return you the correct venue for that location just as it would if they walked there in the real world. This is useful for debugging and testing your integrations at specific places such as if you wanted to test how your app behaved at a fast food restaurant, vs a big box store in the suburbs.
Parameters
context
Context the call is running in
lat
the user latitude
lng
the user longitude