Address

cityPrefix

circle-info

Output Type: String

{
  "cityPrefix": "cityPrefix"
}

secondaryAddress

circle-info

Output Type: String

{
    "secondaryAddress": "secondaryAddress"
}

state

circle-info

Output Type: String

{
    "state":"state"
}

stateAbbr

circle-info

Output Type: String

citySuffix

circle-info

Output Type: String

streetSuffix

circle-info

Output Type: String

buildingNumber

circle-info

Output Type: String

city

circle-info

Output Type: String

streetName

circle-info

Output Type: String

streetAddress

circle-info

Output Type: String

postcode

circle-info

Output Type: String

address

circle-info

Output Type: String

country

circle-info

Output Type: String

latitude(minLatitude, maxLatitude)

circle-info

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)

circle-info

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