Hello, Is there a way to get the location_type? If not, I suppose to add this code in GMapBundle\Formatter\Geocode ``` public function getLocationType() { return $this->result['geometry']['location_type']; } ``` Thanks