Property | Type | Description | |
---|---|---|---|
apt | string | ||
city | string | ||
comment | string | ||
country | string | ||
countryCode | string | ||
entrance | string | ||
floor | string | ||
formatted | string | ||
latLng | |||
number | string | ||
postalCode | string | ||
street | string |
Method | Description | |
---|---|---|
Address ( ) : System | ||
Address ( string formatted, string country, string city, string street, string number, string apt, string floor, string entrance, string comment, |
||
GetStreetAddress ( bool useCountry ) : string |
public Address ( string formatted, string country, string city, string street, string number, string apt, string floor, string entrance, string comment, |
||
formatted | string | |
country | string | |
city | string | |
street | string | |
number | string | |
apt | string | |
floor | string | |
entrance | string | |
comment | string | |
latLng | ||
countryCode | string | |
postalCode | string | |
return | System |
public GetStreetAddress ( bool useCountry ) : string | ||
useCountry | bool | |
return | string |