League\Geotools\Convert\Convert::toDM PHP Method

toDM() public method

Alias of toDecimalMinutes function.
public toDM ( string $format = ConvertInterface::DEFAULT_DM_FORMAT ) : string
$format string The way to format the DMS coordinate.
return string Converted and formatted string.
    public function toDM($format = ConvertInterface::DEFAULT_DM_FORMAT)
    {
        return $this->toDecimalMinutes($format);
    }