layout: default title: Address parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
Address Class
A complete street address for use in an AddressQuery
public class Address :
System.IEquatable<dymaptic.GeoBlazor.Core.Objects.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