Class InfoWindow.DefaultViewAdapter

    • 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 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultViewAdapter

        public DefaultViewAdapter​(@NonNull
                                  android.content.Context context)
        생성자.
        Parameters:
        context - Context 객체.
    • 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 class InfoWindow.ViewAdapter
        Parameters:
        infoWindow - InfoWindow 객체.
        Returns:
        infoWindow에 나타낼 View 객체.