Open Gauthier42160 opened 5 months ago
// Generated code for this GoogleMap Widget... Expanded( child: FlutterFlowGoogleMap( controller: _model.googleMapsController, onCameraIdle: (latLng) => _model.googleMapsCenter = latLng, initialLocation: _model.googleMapsCenter ??= LatLng(45.9846475, 4.052545), markerColor: GoogleMarkerColor.violet, mapType: MapType.normal, style: GoogleMapStyle.standard, initialZoom: 14.0, allowInteraction: true, allowZoom: true, showZoomControls: true, showLocation: true, showCompass: false, showMapToolbar: false, showTraffic: false, centerMapOnMarkerTap: true, ), )
Bonjour, merci de pouvoir m'aider, la page googlemap ne s'affiche pas dans l'application flutterflow..
[
// Generated code for this GoogleMap Widget... Expanded( child: FlutterFlowGoogleMap( controller: _model.googleMapsController, onCameraIdle: (latLng) => _model.googleMapsCenter = latLng, initialLocation: _model.googleMapsCenter ??= LatLng(45.9846475, 4.052545), markerColor: GoogleMarkerColor.violet, mapType: MapType.normal, style: GoogleMapStyle.standard, initialZoom: 14.0, allowInteraction: true, allowZoom: true, showZoomControls: true, showLocation: true, showCompass: false, showMapToolbar: false, showTraffic: false, centerMapOnMarkerTap: true, ), )