示例#1
0
 /**
  * Remove elevation correction
  */
 public function removeElevationCorrection()
 {
     $this->Route->set(Route\Entity::ELEVATIONS_CORRECTED, array());
     $this->Route->set(Route\Entity::ELEVATIONS_SOURCE, '');
 }
示例#2
0
 /**
  * Remove gps path from route
  */
 public function removeGPSpathFromRoute()
 {
     $this->Route->set(Model\Route\Entity::GEOHASHES, array());
 }