Class GeoCodeCivicAddress
Data class used by a Geocode Conversion Service (GCS) for returning a Civic Address for a reverse geocode request. See Section 4.5.2 and Section E.5.1 of NENA-STA-010.3.
Inherited Members
Namespace: Geocode
Assembly: Ng911Lib.dll
Syntax
public class GeoCodeCivicAddress
Constructors
| Edit this page View SourceGeoCodeCivicAddress()
Default constructor
Declaration
public GeoCodeCivicAddress()
Properties
| Edit this page View SourcegcsReferralUri
URI of another Geocode Conversion Service to query if the pidfLoAddress property is not provided. Conditional.
Declaration
public string gcsReferralUri { get; set; }
Property Value
Type | Description |
---|---|
string |
pidfLoAddress
Contains the PIDF-LO XML document as a string. Contains the CivicAddress. Conditional.
Declaration
public string pidfLoAddress { get; set; }
Property Value
Type | Description |
---|---|
string |