Table of Contents

Class PoiInformation

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
public class PoiInformation
Inheritance
PoiInformation
Inherited Members

Constructors

PoiInformation()

public PoiInformation()

PoiInformation(Poi)

public PoiInformation(Poi poi)

Parameters

poi Poi

Properties

AddressInformation

public AddressInformation? AddressInformation { get; set; }

Property Value

AddressInformation

Category

public string? Category { get; set; }

Property Value

string

Coordinates

public Coordinates? Coordinates { get; set; }

Property Value

Coordinates?

Id

public long? Id { get; set; }

Property Value

long?

Name

public string? Name { get; set; }

Property Value

string