JavaScript is disabled on your browser.
Skip navigation links
iNavi Maps SDK for Android 0.11.0 Reference
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.inavi.mapsdk.style.shapes
Interface InvShape.OnClickListener
Enclosing class:
InvShape
public static interface
InvShape.OnClickListener
셰이프 클릭에 대한 이벤트 리스너 인터페이스.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
onClick
(
InvShape
shape)
셰이프가 클릭될 경우 호출되는 콜백 함수.
Method Details
onClick
boolean
onClick
(
InvShape
shape)
셰이프가 클릭될 경우 호출되는 콜백 함수.
Parameters:
shape
- 클릭된
InvShape
객체
Returns:
이벤트 소비 여부.
true
이면 이벤트가 지도로 전달되지 않습니다.