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
Coordinates
The geographic coordinates (latitude and longitude) of the point of interest.
public Coordinates Coordinates { get; set; }
Property Value
Id
public long Id { get; set; }
Property Value
Name
The name of the point of interest. Is unique inside a dispatch center.
public string? Name { get; set; }
Property Value
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; }