MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / Position

Method Position

samples/geotag.cpp:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111class Position {
112 public:
113 Position(time_t time, double lat, double lon, double ele) : time_(time), lon_(lon), lat_(lat), ele_(ele) {
114 }
115
116 Position() = default;
117 virtual ~Position() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected