Skip to content

Geolocation update interval on Android slow #3009

@deJong-IT

Description

@deJong-IT

Hi,

in Geolocation.kt I see setMinUpdateIntervalMillis(5000).
We experience slow updates on Android, so I assume this is the issue. Is there a reason it is set to 5000? Is there a way to change this number, without forking this repo?

val locationRequest = LocationRequest.Builder(10000)
    .setMaxUpdateDelayMillis(timeout)
    .setMinUpdateIntervalMillis(5000)
    .setPriority(prio)
    .build()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions