Package | Description |
---|---|
com.tigerknows |
Modifier and Type | Method and Description |
---|---|
XYFloat |
InfoWindow.getOffset() |
XYFloat |
TKMapView.latlonToScreenXY(Latlon latlon)
将经纬度度值转换为屏幕坐标像素值
|
Modifier and Type | Method and Description |
---|---|
void |
InfoWindow.drawInfoWindow(Canvas canvas,
XYFloat screenXY)
draw info window to canvas.
|
void |
InfoWindow.drawInfoWindowOpenGL(GL10 gl,
XYFloat screenXY) |
Latlon |
TKMapView.screenXYToLatlon(XYFloat screenXY)
将屏幕坐标像素值转换为经纬度度
|
void |
InfoWindow.setOffset(XYFloat offset) |
void |
InfoWindow.setOffset(XYFloat offset,
com.decarta.android.map.RotationTilt offsetRotationTilt) |