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
public abstract static class InfoWindow.DefaultTextAdapter extends InfoWindow.DefaultViewAdapter
기본 배경 말풍선 이미지와 콘텐츠 텍스트를 사용해 정보 창의 이미지를 지정하는 어댑터.
-
-
Constructor Summary
Constructors Constructor Description DefaultTextAdapter(android.content.Context context)생성자.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description android.view.ViewgetContentView(InfoWindow infoWindow)infoWindow에 나타낼 콘텐츠View를 반환합니다.abstract java.lang.CharSequencegetText(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
-
-
-
-
Method Detail
-
getContentView
@NonNull @UiThread public final android.view.View getContentView(@NonNull InfoWindow infoWindow)infoWindow에 나타낼 콘텐츠View를 반환합니다.- Parameters:
infoWindow-InfoWindow객체.- Returns:
infoWindow에 나타낼 콘텐츠View객체.
-
getText
@NonNull @UiThread public abstract java.lang.CharSequence getText(@NonNull InfoWindow infoWindow)infoWindow에 나타낼 콘텐츠 텍스트를 반환합니다.- Parameters:
infoWindow-InfoWindow객체.- Returns:
infoWindow에 나타낼 콘텐츠 텍스트.
-
-