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