- panToPosition(Latlon) - Method in class com.tigerknows.TKMapView
-
将当前地图移动到指定的经纬度
- panToPosition(Latlon, long) - Method in class com.tigerknows.TKMapView
-
将当前地图移动到指定的经纬度
- panToPosition(Latlon, long, TKMapView.OnMoveListener) - Method in class com.tigerknows.TKMapView
-
在指定的持续时间内将当前地图移动到指定的经纬度
并在移动完成后执行响应事件
pan to the position inside duration time, and execute listener when the pan is done.
- pause() - Method in class com.tigerknows.TKMapView
-
停止刷新地图,在地图所在页面的onPause()方法中调用
- PERCENT_COMPLETE - Static variable in class com.tigerknows.DownloadCity
-
地图引擎统计已经下载的地图数据信息有误差,这里约定大于或等于98%为已经下载完成状态
- pi - Static variable in class com.tigerknows.LatlonUtil
-
- PolylineShape - Class in com.tigerknows
-
- PolylineShape(List<Latlon>, String) - Constructor for class com.tigerknows.PolylineShape
-
给定一组经纬度,按照所给次序依次连成多条线段
若latlons的长度可为0,返回null
- positionInScreen(Latlon) - Method in class com.tigerknows.TKMapView
-
判断该经纬度是否在屏幕中
- posToMercPix(Latlon, float) - Static method in class com.tigerknows.CustomShape
-
convert from position to mercator pixels based on current zoom level
- process(File) - Method in interface com.tigerknows.MapDatDownload.DownloadedProcessor
-