Lines Matching full:coords
149 statement.bindDouble(1, position->coords()->latitude());
150 statement.bindDouble(2, position->coords()->longitude());
151 if (position->coords()->canProvideAltitude())
152 statement.bindDouble(3, position->coords()->altitude());
155 statement.bindDouble(4, position->coords()->accuracy());
156 if (position->coords()->canProvideAltitudeAccuracy())
157 statement.bindDouble(5, position->coords()->altitudeAccuracy());
160 if (position->coords()->canProvideHeading())
161 statement.bindDouble(6, position->coords()->heading());
164 if (position->coords()->canProvideSpeed())
165 statement.bindDouble(7, position->coords()->speed());