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