Type Alias KeplerRealtimeFeatureProjector<TFeature>

KeplerRealtimeFeatureProjector<TFeature>: ((feature: TFeature, id: string | number) => KeplerFeatureShape)

Projects one realtime feature payload onto { attributes, geometry }. Supply this whenever a subscription carries an adapter-specific shape the default cannot recognize.

Type Parameters

  • TFeature