Commit f8483b51 authored by p x's avatar p x
Browse files

对照代码写文档

parent aa564e16
...@@ -4,16 +4,21 @@ import com.amap.api.maps.AMap ...@@ -4,16 +4,21 @@ import com.amap.api.maps.AMap
import com.minedata.minenavi.map.MapView import com.minedata.minenavi.map.MapView
import com.minedata.minenavi.map.MineMap import com.minedata.minenavi.map.MineMap
/***地图准备就绪**/ /**
class MapReadyView private constructor(){ * 地图准备就绪的视图对象
*/
class MapReadyView private constructor() {
companion object { companion object {
val instance by lazy { MapReadyView() } val instance by lazy { MapReadyView() }
} }
/**四维在线地图容器*/
var fMapView: MapView? = null var fMapView: MapView? = null
/**四维在线地图*/
var mMineMap: MineMap? = null var mMineMap: MineMap? = null
//高德
/**高德*/
var aMap: AMap? = null var aMap: AMap? = null
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment