TencentMapView constructor

const TencentMapView({
  1. Key? key,
  2. required PickMapPointResult onPick,
})

Implementation

const TencentMapView({super.key, required this.onPick});