static function adjustLonByPixels($lon, $delta, $zoom)
 {
     return Google_Maps::XToLon(Google_Maps::LonToX($lon) + ($delta << 21 - $zoom));
 }