Address

cityPrefix

Output Type: String

{
  "cityPrefix": "cityPrefix"
}

secondaryAddress

Output Type: String

{
    "secondaryAddress": "secondaryAddress"
}

state

Output Type: String

{
    "state":"state"
}

stateAbbr

Output Type: String

{
    "stateAbbr":"stateAbbr"
}

citySuffix

Output Type: String

{
    "citySuffix":"citySuffix"
}

streetSuffix

Output Type: String

{
    "streetSuffix":"streetSuffix"
}

buildingNumber

Output Type: String

{
    "buildingNumber": "buildingNumber"
}

city

Output Type: String

{
    "city": "city",
}

streetName

Output Type: String

{
    "streetName": "streetName",
}

streetAddress

Output Type: String

{
    "streetAddress": "streetAddress"
}

postcode

Output Type: String

{
    "postcode": "postcode"
}

address

Output Type: String

{
    "address": "address"
}

country

Output Type: String

{
    "country": "country"
}

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

{
    "latitude": "latitude",
    "lat": "latitude(10, 12)",
}

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

{
  "longitude": "longitude",
  "long": "longitude(10, 12)"
}

Last updated

Was this helpful?