speedJumpFilter property

int? speedJumpFilter
getter/setter pair

Experimental filter to ignore anomalous locations that suddenly jump an unusual distance from last. The SDK will calculate an apparent speed and distance relative to last known location. If the location suddenly teleports from last location, it will be ignored.

Android-only The measurement is in meters/second. The default is to throw away any location which apparently moved at 300 meters/second from last known location.

Implementation

int? speedJumpFilter;