Taos API Reference
    Preparing search index...

    Interface GeoPointPrimitive

    A point primitive (one of a Point / each part of a MultiPoint).

    interface GeoPointPrimitive {
        position: GeoPosition;
        properties: GeoProperties;
        id?: string | number;
    }
    Index

    Properties

    position: GeoPosition
    properties: GeoProperties
    id?: string | number

    The feature id, when the source set one (GeoJSON Feature.id).