SimulateGPSRelocate Method
Simulates a change in the device's GPS location. (Android Only)

C# Syntax

void SimulateGPSRelocate( 
   double latitude,
   double longitude
)

Parameters

latitude
The latitude coordinate of the location.
longitude
The longitude coordinate of the location.