Class InfoWindow.Adapter

  • Direct Known Subclasses:
    InfoWindow.ViewAdapter
    Enclosing class:
    InfoWindow

    public abstract static class InfoWindow.Adapter
    extends java.lang.Object
    정보 창의 이미지를 지정하는 어댑터.
    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract OverlayImage getImage​(InfoWindow infoWindow)
      infoWindow에 나타낼 이미지를 반환합니다.
      • Methods inherited from class java.lang.Object

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

      • Adapter

        public Adapter()
    • Method Detail

      • getImage

        @NonNull
        @UiThread
        public abstract OverlayImage getImage​(@NonNull
                                              InfoWindow infoWindow)
        infoWindow에 나타낼 이미지를 반환합니다.
        Parameters:
        infoWindow - InfoWindow 객체.
        Returns:
        OverlayImage 객체.