Hi Guys,
Pretty much what the title says.
I can read from a CLLocation into a float value:
but the compiler doesn't want to know about writing back
to an object I declared myself:
I found that odd. Is there another way to do it?
Cheers, Art.
Pretty much what the title says.
I can read from a CLLocation into a float value:
Code:
latitude = positionone.coordinate.latitude;
to an object I declared myself:
Code:
positionone.coordinate.latitude = latitude;
Cheers, Art.