Table of Contents

Class PoiInfo

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
public record PoiInfo : IPoiInfo, IShelf, IEquatable<PoiInfo>
Inheritance
PoiInfo
Implements
Inherited Members

Properties

Category

The category of the point of interest.

public PoiCategory Category { get; set; }

Property Value

PoiCategory

Coordinates

The geographic coordinates (latitude and longitude) of the point of interest.

public Coordinates Coordinates { get; set; }

Property Value

Coordinates

Id

public long Id { get; set; }

Property Value

long

Name

The name of the point of interest. Is unique inside a dispatch center.

public string? Name { get; set; }

Property Value

string

Origin

Gets or sets the origin information for this Shelf instance. May be null if the object was created locally or has no external source.

public ShelfOriginBase? Origin { get; set; }

Property Value

ShelfOriginBase