Package com.naver.maps.map.overlay
Class InfoWindow.DefaultViewAdapter
- java.lang.Object
-
- com.naver.maps.map.overlay.InfoWindow.Adapter
-
- com.naver.maps.map.overlay.InfoWindow.ViewAdapter
-
- com.naver.maps.map.overlay.InfoWindow.DefaultViewAdapter
-
- Direct Known Subclasses:
InfoWindow.DefaultTextAdapter
- Enclosing class:
- InfoWindow
public abstract static class InfoWindow.DefaultViewAdapter extends InfoWindow.ViewAdapter
기본 배경 말풍선 이미지와 콘텐츠View
를 사용해 정보 창의 이미지를 지정하는 어댑터.
-
-
Constructor Summary
Constructors Constructor Description DefaultViewAdapter(android.content.Context context)
생성자.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.content.Context
getContext()
Context
를 반환합니다.android.view.View
getView(InfoWindow infoWindow)
infoWindow
에 나타낼View
를 반환합니다.-
Methods inherited from class com.naver.maps.map.overlay.InfoWindow.ViewAdapter
getImage
-
-
-
-
Method Detail
-
getContext
@NonNull public final android.content.Context getContext()
Context
를 반환합니다.- Returns:
Context
객체.
-
getView
@NonNull @UiThread public final android.view.View getView(@NonNull InfoWindow infoWindow)
infoWindow
에 나타낼View
를 반환합니다.- Specified by:
getView
in classInfoWindow.ViewAdapter
- Parameters:
infoWindow
-InfoWindow
객체.- Returns:
infoWindow
에 나타낼View
객체.
-
-