Table of Contents

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

PoiCategory

Coordinates

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

Coordinates Coordinates { get; set; }

Property Value

Coordinates

Id

long Id { get; set; }

Property Value

long

Name

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

string? Name { get; set; }

Property Value

string