Package com.kakao.vectormap.internal
Class RenderViewController
- java.lang.Object
-
- com.kakao.vectormap.internal.RenderViewController
-
public class RenderViewController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RenderViewController()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LatLng[]
makeCurvePoints(double startLat, double startLng, double endLat, double endLng, int lineType)
static LatLng
toLatLngFromWCong(double x, double y)
static LatLng
toLatLngFromWTM(double x, double y)
static Coordinate
toWCongFromLatLng(double x, double y)
static Coordinate
toWCongFromWTM(double x, double y)
static Coordinate
toWTMFromLatLng(double lat, double lng)
static Coordinate
toWTMFromWCong(double x, double y)
-
-
-
Method Detail
-
toLatLngFromWCong
public static LatLng toLatLngFromWCong(double x, double y)
-
toLatLngFromWTM
public static LatLng toLatLngFromWTM(double x, double y)
-
toWCongFromLatLng
public static Coordinate toWCongFromLatLng(double x, double y)
-
toWCongFromWTM
public static Coordinate toWCongFromWTM(double x, double y)
-
toWTMFromLatLng
public static Coordinate toWTMFromLatLng(double lat, double lng)
-
toWTMFromWCong
public static Coordinate toWTMFromWCong(double x, double y)
-
makeCurvePoints
public static LatLng[] makeCurvePoints(double startLat, double startLng, double endLat, double endLng, int lineType)
-
-