I'm want to initialize a CLLocation object. To do this I'm using:
CLLocation *location = [[CLLocation alloc] initWithLatitude:latitude longitude:longitude];
My location
need speed and timestamp, but speed and timestamp are read only parameters. How can I assign values to this parameters?