Package com.inavi.mapsdk.style.shapes
Class InvInfoWindowTextAdapter
java.lang.Object
com.inavi.mapsdk.style.shapes.InvInfoWindowAdapter
com.inavi.mapsdk.style.shapes.InvInfoWindowViewAdapter
com.inavi.mapsdk.style.shapes.InvInfoWindowTextAdapter
기본 말풍선 배경 이미지와 텍스트로 정보 창을 표출하는
Adapter
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract CharSequence
getText
(InvInfoWindow infoWindow) InvInfoWindow
에 표출할 텍스트를 반환합니다.getView
(InvInfoWindow infoWindow) InvInfoWindow
에 표출할View
를 반환합니다.Methods inherited from class com.inavi.mapsdk.style.shapes.InvInfoWindowViewAdapter
getImage
-
Constructor Details
-
InvInfoWindowTextAdapter
생성자- Parameters:
context
-Context
객체.
-
-
Method Details