Interface IPoiInfo
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
public interface IPoiInfo : IShelf
- Inherited Members
Properties
Category
The category of the point of interest.
PoiCategory Category { get; set; }
Property Value
Coordinates
The geographic coordinates (latitude and longitude) of the point of interest.
Coordinates Coordinates { get; set; }
Property Value
Id
long Id { get; set; }
Property Value
Name
The name of the point of interest. Is unique inside a dispatch center.
string? Name { get; set; }