FollowPuckViewportState constructor
- double? zoom = 16.35,
- FollowPuckViewportStateBearing? bearing = const FollowPuckViewportStateBearingHeading(),
- double? pitch = 45,
- MbxEdgeInsets? padding,
Creates a FollowPuckViewportState that configures the camera to follow the user's location indicator.
Implementation
const FollowPuckViewportState({
this.zoom = 16.35,
this.bearing = const FollowPuckViewportStateBearingHeading(),
this.pitch = 45,
this.padding,
}) : super();