PowerMap constructor
const
PowerMap({
- Key? key,
- void onMapCreated()?,
- void onMapClick()?,
- void onMarkerTapped(
- dynamic
- void onPoiTapped()?,
- void onCameraMove()?,
- void onCameraIdle()?,
- void onMapLongClick()?,
- void onError()?,
- LatLng initialCenter = const LatLng(13.7563, 100.5018),
- double initialZoom = 12.0,
- double? initialTilt,
- String initialStyle = 'th',
- bool enable3DBuildings = true,
Implementation
const PowerMap({
super.key,
this.onMapCreated,
this.onMapClick,
this.onMarkerTapped,
this.onPoiTapped,
this.onCameraMove,
this.onCameraIdle,
this.onMapLongClick,
this.onError,
this.initialCenter = const LatLng(13.7563, 100.5018),
this.initialZoom = 12.0,
this.initialTilt,
this.initialStyle = 'th',
this.enable3DBuildings = true,
});