Package com.kakao.vectormap.internal
Class BaseStyle
- java.lang.Object
-
- com.kakao.vectormap.internal.BaseStyle
-
public abstract class BaseStyle extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseStyle()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
toJson(IStyleBuilder builder)
-
-
-
Method Detail
-
toJson
public abstract int toJson(IStyleBuilder builder) throws java.io.IOException, java.lang.RuntimeException
- Throws:
java.io.IOException
java.lang.RuntimeException
-
-