Also, standard practice is that type names start with a capital letter and all other names start with a lowercase letter:
static let defaultLocation = CLLocationCoordinate2D( /* ... */ )
// ^
Topic:
Programming Languages
SubTopic:
Swift
Tags: