Hello,
I created an object which is inheriting from CLLocation.
The main cause is that I want to store more properties
Moreover I override the init function:
override init(latitude: CLLocationDegrees, longitude: CLLocationDegrees) {
super.init(latitude: latitude, longitude: longitude)
}
The objects aren't nil? Can anyone help
Greeting Fabian