Application running slow when using startLocationUpdate
Closed this issue · 2 comments
EzekielWachira commented
Application running slow when using startLocationUpdate to update my marker when new location is received. The UI lags as more location update happens.
BirjuVachhani commented
Maybe you need to set location interval to reduce location updates. Maybe this would work for you.
Locus.configure {
this.request {
this.interval = 3000
}
}
BirjuVachhani commented
Feel free to reopen if this doesn't work for you.