Home
last modified time | relevance | path

Searched refs:CORD_FACTOR (Results 1 – 1 of 1) sorted by relevance

/tonic/examples/src/routeguide/
H A Dserver.rs173 const CORD_FACTOR: f64 = 1e7; in calc_distance() constant
176 let lat1 = p1.latitude as f64 / CORD_FACTOR; in calc_distance()
177 let lat2 = p2.latitude as f64 / CORD_FACTOR; in calc_distance()
178 let lng1 = p1.longitude as f64 / CORD_FACTOR; in calc_distance()
179 let lng2 = p2.longitude as f64 / CORD_FACTOR; in calc_distance()