CLLocationCoordinate2D coordinate = placemark.location.coordinate
then:
coordinate.longitude
coordinate.latitude
solved How do I extract the lat and long from the following code?
CLLocationCoordinate2D coordinate = placemark.location.coordinate
then:
coordinate.longitude
coordinate.latitude
solved How do I extract the lat and long from the following code?