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

    Interface GPXBounds

    Defines the bounding box of the GPX data.

    interface GPXBounds {
        maxlat: number;
        maxlon: number;
        minlat: number;
        minlon: number;
    }
    Index

    Properties

    maxlat: number

    Maximum latitude

    maxlon: number

    Maximum longitude

    minlat: number

    Minimum latitude

    minlon: number

    Minimum longitude