Package com.kakao.vectormap.internal
Interface IRouteLineFactory
-
public interface IRouteLineFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteLineLayer
newLayer(IRouteLineDelegate delegate, java.lang.String layerId, int zOrder, IRouteLineFactory factory)
RouteLine
newRouteLine(IRouteLineDelegate delegate, java.lang.String layerId, RouteLineOptions options)
-
-
-
Method Detail
-
newLayer
RouteLineLayer newLayer(IRouteLineDelegate delegate, java.lang.String layerId, int zOrder, IRouteLineFactory factory)
-
newRouteLine
RouteLine newRouteLine(IRouteLineDelegate delegate, java.lang.String layerId, RouteLineOptions options)
-
-