Interface

Shumate-1.0ShumateSymbolEventConstructorProps

interface ConstructorProps {
    feature_id: string;
    featureId: string;
    latitude: number;
    layer: string;
    longitude: number;
    n_press: number;
    nPress: number;
    source_layer: string;
    sourceLayer: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Shumate.Location.ConstructorProps

Properties

feature_id: string
featureId: string
layer: string
n_press: number
nPress: number
source_layer: string
sourceLayer: string

Properties - Inherited from Shumate.Location.ConstructorProps

latitude: number
longitude: number