interface MapClickInfo<T = DefaultLatLonKeys> {
    android?: any;
    clickInfo: { duration: number };
    clickType: ClickType;
    ios?: any;
    position: GenericMapPos<T>;
}

Type Parameters

Hierarchy (View Summary)

Properties

android?: any
clickInfo: { duration: number }
clickType: ClickType
ios?: any
position: GenericMapPos<T>