interface FeaturesRequestData {
    featureType: FeatureType;
    raw: boolean;
}

Properties

Properties

featureType: FeatureType
raw: boolean