itemAddress property

String? itemAddress
getter/setter pair

Item address which can be specified in one of the following formats.

(1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403

Implementation

core.String? itemAddress;