KamranAhmed\Geocode\Location::getDistrict PHP 메소드

getDistrict() 공개 메소드

Gets the district of the location
public getDistrict ( string $default = '' ) : string
$default string
리턴 string
    public function getDistrict($default = '')
    {
        return $this->district ?: $default;
    }