Which dataType will return the value (37.961498) as it is?
I am working in MapView. Where, at present I am setting annotation and hence I have to set CLLocationCoor
double int1=[num1s floatValue]; double int2=[num2s floatValue]; NSLog(@" %0.7f %0.7f ",int1,int2); annotation.coordinate=CLLocationCoordinate2DMake(int1, int2);
Read String Format Specifiers for more info.