TiledMap constructor
const
TiledMap({
- Key? key,
- List<
GeoFence> ? geoFences, - List<
GeoPolygon> ? geoPolygons, - List<
GeoMarker> ? markers, - List<
GeoPolyLine> ? polylines, - TiledMapProvider provider = TiledMapProvider.google,
- void onTap(
- TapPosition position,
- LatLng latlng
- MapController? controller,
- LatLng? center,
- double? zoom,
- double maxZoom = 21.0,
Implementation
const TiledMap({
super.key,
this.geoFences,
this.geoPolygons,
this.markers,
this.polylines,
this.provider = TiledMapProvider.google,
this.onTap,
this.controller,
this.center,
this.zoom,
this.maxZoom = 21.0,
});