[3.4.0-map-sdk] code style

This commit is contained in:
zhongchao
2023-09-13 18:44:18 +08:00
parent 4932c1d8a7
commit 9ac785d60a
6 changed files with 4 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ class MapBizView(context: Context?, attrs: AttributeSet?) : MogoMapView(context,
private const val TAG = "MapBizView"
}
override fun onCreate(bundle: Bundle) {
override fun onCreate(bundle: Bundle?) {
super.onCreate(bundle)
map?.uiController?.showMyLocation(true)
initMapView()