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.ContextgetContext()Context를 반환합니다.android.view.ViewgetView(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:
getViewin classInfoWindow.ViewAdapter- Parameters:
infoWindow-InfoWindow객체.- Returns:
infoWindow에 나타낼View객체.
-
-