Class AddressLookupData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The address data looked up on the server.
[ReportClass]
public class AddressLookupData
- Inheritance
-
AddressLookupData
- Inherited Members
Constructors
AddressLookupData()
Initializes a new instance of the AddressLookupData class.
public AddressLookupData()
AddressLookupData(float, float)
Initializes a new instance of the AddressLookupData class.
public AddressLookupData(float x, float y)
Parameters
AddressLookupData(float, float, object)
Initializes a new instance of the AddressLookupData class.
public AddressLookupData(float x, float y, object owner)
Parameters
Properties
Address
Gets or sets the address.
public ReverseGeocodeAddress? Address { get; set; }
Property Value
- ReverseGeocodeAddress
The address.
DataSource
Gets or sets the geocoder name.
public string? DataSource { get; set; }
Property Value
Exception
Gets or sets the exception.
public Exception? Exception { get; set; }
Property Value
- Exception
The exception.
Location
Gets or sets the location.
public PointF? Location { get; set; }
Property Value
- PointF
The location.
Owner
Gets or sets the owner.
public object? Owner { get; set; }
Property Value
- object
The owner.
ZoneExternalReferences
Gets the zone external references.
[ExcelColumnHeader(new ReportHeading[] { ReportHeading.ZoneExternalReference })]
public string? ZoneExternalReferences { get; }
Property Value
- string
The zone external references.
ZoneTypes
Gets the zone types.
[ExcelColumnHeader(new ReportHeading[] { ReportHeading.ZoneZoneTypes }, IsList = true)]
public IList<ZoneType>? ZoneTypes { get; }
Property Value
Zones
Gets or sets gets the zones.
public IReadOnlyCollection<Zone>? Zones { get; set; }
Property Value
- IReadOnlyCollection<Zone>
The zones.
Methods
GetDisplayedZonePrefixedAddress()
Gets address prefixed with zones that are displayed
public string GetDisplayedZonePrefixedAddress()
Returns
ToString()
public override string ToString()