Table of Contents

Class RuntimeEventPayload.TileAction

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

Payload for a map tile action event.

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

Remarks

The event message carries the source ID.

Constructors

TileAction(TileOperation, uint, TileId)

Payload for a map tile action event.

public TileAction(TileOperation Operation, uint RawOperation, TileId TileId)

Parameters

Operation TileOperation
RawOperation uint
TileId TileId

Remarks

The event message carries the source ID.

Properties

Operation

public TileOperation Operation { get; init; }

Property Value

TileOperation

RawOperation

public uint RawOperation { get; init; }

Property Value

uint

TileId

public TileId TileId { get; init; }

Property Value

TileId