dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
Address Class
A complete street address for use in an AddressQuery
public class Address :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.Address>
Inheritance System.Object 🡒 Address
Implements System.IEquatable<Address>
Constructors
Address(string, string, string, string) Constructor
A complete street address for use in an AddressQuery
public Address(string Street, string City, string State, string Zone);
Parameters
Street
System.String
City
System.String
State
System.String
Zone
System.String
Properties
Address.City Property
public string City { get; set; }
Property Value
Address.State Property
public string State { get; set; }
Property Value
Address.Street Property
public string Street { get; set; }
Property Value
Address.Zone Property
public string Zone { get; set; }