@nativescript-community/ui-carto
    Preparing search index...

    Interface Feature<T>

    interface Feature<T = DefaultLatLonKeys> {
        geometry: Geometry<T>;
        properties: { [k: string]: any };
    }

    Type Parameters

    • T = DefaultLatLonKeys

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    geometry: Geometry<T>
    properties: { [k: string]: any }