interface NetworkSensorResponse {
    features: Feature<NetworkSensorProperties>[];
    type: "FeatureCollection";
}

Properties

Properties

type: "FeatureCollection"