Table of Contents

Class RuntimeEventPayload.CameraTransitionFinished

Namespace
Maplibre.NativeFfi.Runtime
Assembly
Maplibre.NativeFfi.dll

Payload for a map camera transition-finished event.

public sealed record RuntimeEventPayload.CameraTransitionFinished : RuntimeEventPayload, IEquatable<RuntimeEventPayload>, IEquatable<RuntimeEventPayload.CameraTransitionFinished>
Inheritance
RuntimeEventPayload.CameraTransitionFinished
Implements
Inherited Members

Constructors

CameraTransitionFinished(ulong)

Payload for a map camera transition-finished event.

public CameraTransitionFinished(ulong TransitionId)

Parameters

TransitionId ulong

The transition ID the caller set on the AnimationOptions that started this transition. See AnimationOptions.TransitionId for the terminal outcomes this event covers.

Properties

TransitionId

The transition ID the caller set on the AnimationOptions that started this transition. See AnimationOptions.TransitionId for the terminal outcomes this event covers.

public ulong TransitionId { get; init; }

Property Value

ulong