distance property
The minimum distance (in meters) to trigger a location update.
Default is 0
. If set to a positive value, location updates will only be sent
when the device has moved at least this distance.
Implementation
final int? distance;
The minimum distance (in meters) to trigger a location update.
Default is 0
. If set to a positive value, location updates will only be sent
when the device has moved at least this distance.
final int? distance;