setGPSLocation abstract method

void setGPSLocation(
  1. double latitude,
  2. double longitude, {
  3. Platform? platform,
})

Sets the GPS location of the session with latitude and longitude.

Implementation

void setGPSLocation(double latitude, double longitude, {Platform? platform});