GMapBundle icon indicating copy to clipboard operation
GMapBundle copied to clipboard

Get the location_type

Open abdessamad opened this issue 14 years ago • 0 comments

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

abdessamad avatar Oct 19 '11 17:10 abdessamad