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 Logo
getLogo()
void
setLogoPosition(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
-
-