PressEventWithFeatures
Press event data enriched with GeoJSON features at the pressed location.
Type
interface PressEventWithFeatures extends PressEvent {
features: GeoJSON.Feature[];
}
Press event data enriched with GeoJSON features at the pressed location.
interface PressEventWithFeatures extends PressEvent {
features: GeoJSON.Feature[];
}