Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matey97 committed Aug 30, 2022
1 parent 6eece44 commit 55b28b8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,16 @@ export const defaultConfig = {
#### [`LocationSensorSample`](src/internal/sensors/location/sample.ts)
| Property | Type | Description |
|-------------|-----------|---------------------------------|
| `latitude` | `number` | Latitude coordinate component. |
| `longitude` | `number` | Longitude coordinate component. |
| `altitude` | `number` | Altitude coordinate component. |
| Property | Type | Description |
|----------------------|----------|--------------------------------------------------------------|
| `latitude` | `number` | Latitude coordinate component. |
| `longitude` | `number` | Longitude coordinate component. |
| `altitude` | `number` | Altitude coordinate component. |
| `verticalAccuracy` | `number` | Estimated error in the latitude. |
| `horizontalAccuracy` | `number` | Estimated error in the longitude. |
| `speed` | `number` | Estimated device's speed when the location was acquired. |
| `direction` | `number` | Estimated device's direction when the location was acquired. |
### [`PlainMessageClient`](src/internal/communication/plain-message/android/plain-message-client.android.ts)
Expand Down

0 comments on commit 55b28b8

Please sign in to comment.