pickAll abstract method

Future<List<NPickableInfo>> pickAll(
  1. NPoint point, {
  2. double radius = 0,
})
inherited

특정 화면 좌표를 클릭했을 때, 그 좌표에 존재하는 모든 오버레이와 심볼 정보를 가져옵니다.

반환값: 해당 좌표에 존재하는 모든 오버레이와 심볼 정보

Implementation

Future<List<NPickableInfo>> pickAll(NPoint point, {double radius = 0});