public function nearby($lat = false, $lon = false, $radius = false) {
            
            if (!$lat) {
                throw new Exception("Cannot fetch locations near co-ordinates: no latitude value given");
            }