Table of Contents

Struct MapTouch

Namespace
LansMap.Interaction
public readonly struct MapTouch
Inherited Members

Constructors

MapTouch(ScreenPoint, MapTouchPhase, int)

public MapTouch(ScreenPoint position, MapTouchPhase phase, int fingerId)

Parameters

position ScreenPoint
phase MapTouchPhase
fingerId int

Properties

FingerId

public int FingerId { get; }

Property Value

int

Phase

public MapTouchPhase Phase { get; }

Property Value

MapTouchPhase

Position

public ScreenPoint Position { get; }

Property Value

ScreenPoint