KakaoMapNativeView constructor
const
KakaoMapNativeView({})
Implementation
const KakaoMapNativeView({
Key? key,
required this.width,
required this.height,
this.latitude = 37.402001,
this.longitude = 127.108678,
this.zoomLevel = 7,
this.mapType = "map",
this.overlay,
}) : super(key: key);