Package com.naver.maps.map.overlay
Class InfoWindow.ViewAdapter
- java.lang.Object
-
- com.naver.maps.map.overlay.InfoWindow.Adapter
-
- com.naver.maps.map.overlay.InfoWindow.ViewAdapter
-
- Direct Known Subclasses:
InfoWindow.DefaultViewAdapter
- Enclosing class:
- InfoWindow
public abstract static class InfoWindow.ViewAdapter extends InfoWindow.Adapter
View
를 사용해 정보 창의 이미지를 지정하는 어댑터.
-
-
Constructor Summary
Constructors Constructor Description ViewAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description OverlayImage
getImage(InfoWindow infoWindow)
infoWindow
에 나타낼 이미지를 반환합니다.abstract android.view.View
getView(InfoWindow infoWindow)
infoWindow
에 나타낼View
를 반환합니다.
-
-
-
Method Detail
-
getImage
@NonNull @UiThread public final OverlayImage getImage(@NonNull InfoWindow infoWindow)
infoWindow
에 나타낼 이미지를 반환합니다.- Specified by:
getImage
in classInfoWindow.Adapter
- Parameters:
infoWindow
-InfoWindow
객체.- Returns:
OverlayImage
객체.
-
getView
@NonNull @UiThread public abstract android.view.View getView(@NonNull InfoWindow infoWindow)
infoWindow
에 나타낼View
를 반환합니다.- Parameters:
infoWindow
-InfoWindow
객체.- Returns:
infoWindow
에 나타낼View
객체.
-
-