centerCurrentLocationStream property

Stream<double?>? centerCurrentLocationStream
final

The event stream for centering current location. Add a zoom level into this stream to center the current location at the provided zoom level or a null if the zoom level should be unchanged. Default to null.

For more details, see CenterFabExample.

Implementation

final Stream<double?>? centerCurrentLocationStream;