LocationRequestInterval
class LocationRequestInterval
The interval for active location updates.
Parameters
minimumInterval
the fastest rate at which the application will receive location updates, which might be faster than the Interval
. Unlike Interval
this parameter is exact.
maximumInterval
maximum wait time for location updates. If it's at least 2x larger then Interval
, then location delivery may be delayed and multiple locations can be delivered at once.
interval
desired interval for active location updates.
Types
Link copied to clipboard
class Builder
Builder class for LocationRequestInterval object.