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
기본 배경 말풍선 이미지와 콘텐츠
View
를 사용해 정보 창의 이미지를 지정하는 어댑터.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal android.content.Context
Context
를 반환합니다.final android.view.View
getView
(InfoWindow infoWindow) infoWindow
에 나타낼View
를 반환합니다.Methods inherited from class com.naver.maps.map.overlay.InfoWindow.ViewAdapter
getImage
-
Constructor Details
-
DefaultViewAdapter
public DefaultViewAdapter(@NonNull android.content.Context context) 생성자.- Parameters:
context
-Context
객체.
-
-
Method Details
-
getContext
@NonNull public final android.content.Context getContext()Context
를 반환합니다.- Returns:
Context
객체.
-