Interface JMapFeatureAttributeValues

interface JMapFeatureAttributeValues {
    featureId: JId;
    [attributeId: string]: any;
}

Indexable

[attributeId: string]: any

Properties

Properties

featureId: JId