GoogleMap.OnPoiClickListener

공개 정적 인터페이스 GoogleMap.OnPoiClickListener

관심 장소 탭의 리스너입니다.

공개 메서드 요약

추상 void
onPoiClick(PointOfInterest poi)
관심 장소를 클릭하거나 탭할 때 호출됩니다.

공개 메서드

public 추상 void onPoiClick (PointOfInterest poi)

관심 장소를 클릭하거나 탭할 때 호출됩니다.

이 메서드는 Android UI 스레드에서 호출됩니다.

매개변수
POI 클릭하거나 탭한 관심 장소입니다.