TplMapsView constructor
const
TplMapsView({
- Key? key,
- TplMapsViewCreatedCallback? tplMapsViewCreatedCallback,
- TPlMapsViewMarkerCallBack? tPlMapsViewMarkerCallBack,
- TPlMapsViewPolyLineCallBack? tPlMapsViewPolyLineCallBack,
- TPlMapsViewPolygonCallBack? tPlMapsViewPolygonCallBack,
- TPlMapsViewPOIClickCallBack? tPlMapsViewPOIClickCallBack,
- TPlMapsViewLongClickCallBack? tPlMapsViewLongClickCallBack,
- TPlMapsViewCircleClickCallBack? tPlMapsViewCircleClickCallBack,
- TPlMapsViewCameraChangedCallBack? tPlMapsViewCameraChangedCallBack,
- dynamic isShowBuildings = false,
- dynamic isZoomEnabled = true,
- dynamic longClickMarkerEnable = false,
- dynamic showZoomControls = false,
- dynamic isTrafficEnabled = false,
- dynamic enablePOIs = true,
- dynamic showsCompass = true,
- dynamic myLocationButtonEnabled = true,
- dynamic allGesturesEnabled = true,
- dynamic setMyLocationEnabled = true,
- dynamic mapMode,
- List<
Circle> ? circles, - List<
Marker> ? markers, - Polyline? polyLine,
- List<
LatLng> ? polyLines, - Polygon? polygon,
- CameraPosition? initialCameraPosition,
Implementation
const TplMapsView({
Key? key,
this.tplMapsViewCreatedCallback,
this.tPlMapsViewMarkerCallBack,
this.tPlMapsViewPolyLineCallBack,
this.tPlMapsViewPolygonCallBack,
this.tPlMapsViewPOIClickCallBack,
this.tPlMapsViewLongClickCallBack,
this.tPlMapsViewCircleClickCallBack,
this.tPlMapsViewCameraChangedCallBack,
this.isShowBuildings = false,
this.isZoomEnabled = true,
this.longClickMarkerEnable = false,
this.showZoomControls = false,
this.isTrafficEnabled = false,
this.enablePOIs = true,
this.showsCompass = true,
this.myLocationButtonEnabled = true,
this.allGesturesEnabled = true,
this.setMyLocationEnabled = true,
this.mapMode,
this.circles,
this.markers,
this.polyLine,
this.polyLines,
this.polygon,
this.initialCameraPosition,
}) : super(key: key);