Example Structs

By Brendan

When making a ‘Struct’, particularly if it’s to be used with SwiftUI, it’s a good idea to add an example.

static let example = Location(id: UUID(), name: "Buckingham Palace", latitude: 51.501, longitude: -0.141)

This is particularly helpful for Previews.