Taos API Reference
    Preparing search index...

    Interface ParsedGeoJson

    The flat, primitive-typed result of parseGeoJson — three lists ready for the builders, with Multi* parts already expanded.

    interface ParsedGeoJson {
        points: GeoPointPrimitive[];
        lines: GeoLinePrimitive[];
        polygons: GeoPolygonPrimitive[];
    }
    Index

    Properties

    Properties