League\Geotools\Convert\Convert::toDMS PHP Метод

toDMS() публичный Метод

Alias of toDegreesMinutesSeconds function.
public toDMS ( string $format = ConvertInterface::DEFAULT_DMS_FORMAT ) : string
$format string The way to format the DMS coordinate.
Результат string Converted and formatted string.
    public function toDMS($format = ConvertInterface::DEFAULT_DMS_FORMAT)
    {
        return $this->toDegreesMinutesSeconds($format);
    }