geolocationServiceTimeoutMs property
int
get
geolocationServiceTimeoutMs
Get the Geolocation service timeout in milliseconds.
Implementation
int get geolocationServiceTimeoutMs => _locationServiceTimeoutMs;
set
geolocationServiceTimeoutMs
(int value)
Set the Geolocation service timeout in milliseconds.
Implementation
set geolocationServiceTimeoutMs(int value) {
_locationServiceTimeoutMs = value;
}