Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
MapMultiEngine
Commits
f8483b51
Commit
f8483b51
authored
Aug 25, 2025
by
p x
Browse files
对照代码写文档
parent
aa564e16
Changes
41
Hide whitespace changes
Inline
Side-by-side
maplibrary/src/main/java/com/sd/maplibrary/core/MapReadyView.kt
View file @
f8483b51
...
@@ -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
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment