Closed matey97 closed 2 years ago
This PR modifies the LocationRecord by adding more properties to it. The new properties are the following:
LocationRecord
verticalAccuracy
horizontalAccuracy
speed
direction
This PR modifies the
LocationRecord
by adding more properties to it. The new properties are the following:verticalAccuracy
: estimated error in the latitude.horizontalAccuracy
: estimated error in the longitude.speed
: estimated device's speed when the location was acquired.direction
: estimated device's direction when the location was acquired.