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

    Interface GPXLink

    Represents a hyperlink with optional text and MIME type.

    interface GPXLink {
        href: string;
        text?: string;
        type?: string;
    }

    Hierarchy

    • ValueArrayObject
      • GPXLink
    Index

    Properties

    Properties

    href: string

    URL of the link

    text?: string

    Optional hyperlink text

    type?: string

    MIME type of the linked content