observation-js Documentation - v1.16.0
    Preparing search index...

    Interface LineString

    A GeoJSON LineString geometry, used for sessions of type "transect".

    interface LineString {
        type: "LineString";
        coordinates: [number, number][];
    }
    Index

    Properties

    Properties

    type: "LineString"
    coordinates: [number, number][]