Set Geolocation Override Request
data class SetGeolocationOverrideRequest(latitude: Double?, longitude: Double?, accuracy: Double?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setGeolocationOverride operation call.
Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position unavailable.
See also
Constructors
SetGeolocationOverrideRequest
Link copied to clipboard
fun SetGeolocationOverrideRequest(latitude: Double? = null, longitude: Double? = null, accuracy: Double? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard