Code review comment for lp://staging/~fboucault/camera-app/location_metadata

Revision history for this message
Olivier Tilloy (osomon) wrote :

30 + camera.imageCapture.setMetadata("GPSAltitude", positionSource.position.coordinate.altitude);

before setting the altitude attribute, you should probably check the value of positionSource.position.altitudeValid

« Back to merge proposal