Address

cityPrefix

Output Type: String

{
  "cityPrefix": "cityPrefix"
}

secondaryAddress

Output Type: String

{
    "secondaryAddress": "secondaryAddress"
}

state

Output Type: String

{
    "state":"state"
}

stateAbbr

Output Type: String

citySuffix

Output Type: String

streetSuffix

Output Type: String

buildingNumber

Output Type: String

city

Output Type: String

streetName

Output Type: String

streetAddress

Output Type: String

postcode

Output Type: String

address

Output Type: String

country

Output Type: String

latitude(minLatitude, maxLatitude)

Output Type: Float

Argument

Type

Default

Valid Values

minLatitude

Integer

-90

eg. -90, 0, 90, 77

maxLatitude

Integer

90

eg. -90, 0, 90, 77

longitude(minLongitude, maxLongitude)

Output Type: Float

Argument

Type

Default

Valid Values

minLongitude

Integer

-90

eg. -90, 0, 90, 77

maxLongitude

Integer

90

eg. -90, 0, 90, 77

Last updated

Was this helpful?