Package com.kakao.vectormap.internal
Interface IRenderViewDelegate
- 
- All Known Subinterfaces:
- IKakaoMapDelegate,- IRoadViewDelegate
 - All Known Implementing Classes:
- KakaoMapDelegate,- RoadViewDelegate
 
 public interface IRenderViewDelegate
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LogogetLogo()voidsetLogoPosition(int gravity, float x, float y)
 
- 
- 
- 
Method Detail- 
getLogoLogo getLogo() throws java.lang.RuntimeException - Throws:
- java.lang.RuntimeException
 
 - 
setLogoPositionvoid setLogoPosition(int gravity, float x, float y) throws java.lang.RuntimeException- Throws:
- java.lang.RuntimeException
 
 
- 
 
-