Package com.naver.maps.map.overlay
Class InfoWindow.DefaultTextAdapter
java.lang.Object
com.naver.maps.map.overlay.InfoWindow.Adapter
com.naver.maps.map.overlay.InfoWindow.ViewAdapter
com.naver.maps.map.overlay.InfoWindow.DefaultViewAdapter
com.naver.maps.map.overlay.InfoWindow.DefaultTextAdapter
- Enclosing class:
- InfoWindow
기본 배경 말풍선 이미지와 콘텐츠 텍스트를 사용해 정보 창의 이미지를 지정하는 어댑터.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal android.view.View
getContentView
(InfoWindow infoWindow) infoWindow
에 나타낼 콘텐츠View
를 반환합니다.abstract CharSequence
getText
(InfoWindow infoWindow) infoWindow
에 나타낼 콘텐츠 텍스트를 반환합니다.Methods inherited from class com.naver.maps.map.overlay.InfoWindow.DefaultViewAdapter
getContext, getView
Methods inherited from class com.naver.maps.map.overlay.InfoWindow.ViewAdapter
getImage
-
Constructor Details
-
DefaultTextAdapter
public DefaultTextAdapter(@NonNull android.content.Context context) 생성자.- Parameters:
context
-Context
객체.
-
-
Method Details