I want to convert lat lon to CLLocationCoordinate2D
.
self.currentLocation = {.latitude = 0.0, .longitude = 0.0};
This gives me error "Expected expression".
What am I doing wrong?
Update > Swift 4
let loc_coords = CLLocationCoordinate2DMake(47.601089,-52.740439)
For more details please have a look to apple developer website: CLLocationCoordinate2DMake
Thanks
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With