brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKit/structs/MKLocation.md

Summary

Maintainability
Test Coverage
**STRUCT**

# `MKLocation`

```swift
public struct MKLocation: Codable, Equatable
```

## Methods
### `init(from:)`

```swift
public init(from decoder: Decoder) throws
```

#### Parameters

| Name | Description |
| ---- | ----------- |
| decoder | The decoder to read data from. |

### `encode(to:)`

```swift
public func encode(to encoder: Encoder) throws
```

#### Parameters

| Name | Description |
| ---- | ----------- |
| encoder | The encoder to write data to. |