#1317: Coordinates of CLLocation are not accesible ------------------------------------+--------------------------------------- Reporter: fdiazgarrido@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- The coordinate attribute returns a Boxed object whose attributes cant be accessed #!/usr/bin/env macruby framework 'CoreLocation' def locationManager(lm, didUpdateToLocation: to, fromLocation: from) p to.coordinate.longitude end manager = CLLocationManager.alloc.init manager.delegate = self manager.startUpdatingLocation NSRunLoop.currentRunLoop.runUntilDate(NSDate.distantFuture) -- Ticket URL: <http://www.macruby.org/trac/ticket/1317> MacRuby <http://macruby.org/>