Class PoiInformation
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public class PoiInformation
- Inheritance
-
PoiInformation
- Inherited Members
-
Constructors
public PoiInformation(Poi poi)
Parameters
poi Poi
Properties
public AddressInformation? AddressInformation { get; set; }
Property Value
- AddressInformation
public string? Category { get; set; }
Property Value
- string
public Coordinates? Coordinates { get; set; }
Property Value
- Coordinates?
public long? Id { get; set; }
Property Value
- long?
public string? Name { get; set; }
Property Value
- string