public class TnMapClientSupportJNI extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
REQUEST_RESULT_COMPLETE |
static int |
REQUEST_RESULT_FAIL |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSetCapacityBytes(long bytes) |
void |
CacheSetCapacityObjects(int objects) |
void |
DisableHttpProxy() |
void |
EnableHttpProxy(String url,
int port,
String name,
String password) |
void |
SetLandmarkDataBaseURL(String baseurl) |
void |
SetRequestResult(int requestResult) |
void |
SetResourcePath(String resourcePath) |
void |
SetRouteAddPoint(double degreeLatitude,
double degreeLongitude,
double meterHeight) |
void |
SetRouteClear() |
void |
SetRouteNewEdge() |
void |
SetRouteNewRoute(long viewId,
String name) |
void |
SetRouteNewRoute(long viewId,
String name,
String style) |
void |
SetRouteNewRoute(long viewId,
String name,
String style,
String arrowStyle) |
void |
SetRouteNewSegment() |
void |
SetTrafficURLProperties(String baseurl,
String postParam) |
void |
SetVectorURLProperties(String baseurl,
String postParam) |
public static final int REQUEST_RESULT_COMPLETE
public static final int REQUEST_RESULT_FAIL
public void CacheSetCapacityBytes(long bytes)
public void CacheSetCapacityObjects(int objects)
public void SetRouteClear()
public void SetRouteNewRoute(long viewId,
String name)
public void SetRouteNewRoute(long viewId,
String name,
String style,
String arrowStyle)
public void SetRouteNewSegment()
public void SetRouteNewEdge()
public void SetRouteAddPoint(double degreeLatitude,
double degreeLongitude,
double meterHeight)
public void SetRequestResult(int requestResult)
public void SetResourcePath(String resourcePath)
public void DisableHttpProxy()
public void SetLandmarkDataBaseURL(String baseurl)