私も立ち往生していて愚かです。私は の にNSString
またはNSNumber
を入れようとしinitWithLatitude
ていCLLocation
ます。誰かがそれを助けることができれば、それは素晴らしいことです.
コードはこちら
CLLocation *location1 = [[CLLocation alloc] initWithLatitude:53.778702 longitude:-0.271887];
CLLocation *location2 = [[CLLocation alloc] initWithLatitude:53.683267 longitude:-0.011330];
label.text = [NSString stringWithFormat:@"Distance in miles: %4.1f", [location1 distanceFromLocation:location2]/1609.344];
[location1 release];
そして、私は置き換えようとして[[CLLocation alloc] initWithLatitude:53.778702 longitude:-0.271887]
います[[CLLocation alloc] initWithLatitude:lat longitude:lon]