- labelAutoSplitLine - Variable in class com.tigerknows.MapOption
-
- lat - Variable in class com.tigerknows.Latlon
-
- Latlon - Class in com.tigerknows
-
- Latlon(double, double) - Constructor for class com.tigerknows.Latlon
-
经度的范围是[-180,180),纬度的范围是[-90,90)
- latlonToScreenXY(Latlon) - Method in class com.tigerknows.TKMapView
-
将经纬度度值转换为屏幕坐标像素值
- latlonTransform(Latlon) - Static method in class com.tigerknows.TigerMapSDK
-
坐标转换
这个是遵守国家规定,所有通过定位得到的坐标都要经过此转换后,在地图上显示才是正确位置
- latlonTransformReverse(Latlon) - Static method in class com.tigerknows.TigerMapSDK
-
- latlonTransformReverse(ArrayList<Latlon>) - Static method in class com.tigerknows.TigerMapSDK
-
- LatlonUtil - Class in com.tigerknows
-
各地图API坐标系统比较与转换;
WGS84坐标系:即地球坐标系,国际上通用的坐标系。设备一般包含Position芯片或者北斗芯片获取的经纬度为WGS84地理坐标系,
谷歌地图采用的是WGS84地理坐标系(中国范围除外);
GCJ02坐标系:即火星坐标系,是由中国国家测绘局制订的地理信息系统的坐标系统。由WGS84坐标系经加密后的坐标系。
谷歌中国地图和搜搜中国地图采用的是GCJ02地理坐标系; BD09坐标系:即百度坐标系,GCJ02坐标系经加密后的坐标系;
搜狗坐标系、图吧坐标系等,估计也是在GCJ02基础上加密而成的。
- LatlonUtil() - Constructor for class com.tigerknows.LatlonUtil
-
- LocalRegionDataInfo - Class in com.tigerknows
-
存储本地地图数据信息的类
成员:int totalSize, int downloadedSize, int lostDataNum
方法:只有getter和setter
- LocalRegionDataInfo() - Constructor for class com.tigerknows.LocalRegionDataInfo
-
- LocalRegionDataInfo(int, int, int) - Constructor for class com.tigerknows.LocalRegionDataInfo
-
- location - Variable in class com.tigerknows.location.TKLocationManager.TKLocation
-
- locationHost - Variable in class com.tigerknows.MapOption
-
- lon - Variable in class com.tigerknows.Latlon
-