Table of Contents

Class RenderedQueryGeometry.LineString

Namespace
Maplibre.NativeFfi.Query
Assembly
Maplibre.NativeFfi.dll
public sealed record RenderedQueryGeometry.LineString : RenderedQueryGeometry, IEquatable<RenderedQueryGeometry>, IEquatable<RenderedQueryGeometry.LineString>
Inheritance
RenderedQueryGeometry.LineString
Implements
Inherited Members

Constructors

LineString(IReadOnlyList<ScreenPoint>)

public LineString(IReadOnlyList<ScreenPoint> Points)

Parameters

Points IReadOnlyList<ScreenPoint>

Properties

Points

public IReadOnlyList<ScreenPoint> Points { get; init; }

Property Value

IReadOnlyList<ScreenPoint>

Methods

Equals(LineString?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(RenderedQueryGeometry.LineString? other)

Parameters

other RenderedQueryGeometry.LineString

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.