OlaMap constructor
const
OlaMap({})
Implementation
const OlaMap({
Key? key,
required this.apiKey,
required this.onPlatformViewCreated,
this.showCurrentLocation,
this.showZoomControls,
this.showMyLocationButton,
}) : super(key: key);