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

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

Before writing the metadata, you should probably do something like that:

    var position = positionSource.position

and then use this variable instead of always referring to positionSource.position (in case it is updated in the meantime, leading to two different positions being used for the metadata of one picture)

« Back to merge proposal