InterractiveMapLayerTapDown constructor
InterractiveMapLayerTapDown({
- required TapDownDetails details,
- required LayerHitResult<
Object> hitResults,
Implementation
InterractiveMapLayerTapDown({
required this.details,
required this.hitResults,
});