gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GPXCopyright

    Defines copyright and license information.

    interface GPXCopyright {
        author: string;
        license?: string;
        year?: string;
    }
    Index

    Properties

    Properties

    author: string

    Copyright holder

    license?: string

    License URL

    year?: string

    Year of copyright