Description Usage Arguments Examples
This function allows you to geocode addresses.
1 2 3 4 5 6 7 8 9 | geocodeUSCB(
Address,
Street,
City,
State,
Zip,
Benchmark = "Public_AR_Current",
SearchType = "onelineaddress"
)
|
Address |
Used for one line addresses. |
Street |
Used for separated addresses. Format is "#### RoadName RoadType". |
City |
Used for separated addresses. |
State |
Used for separated addresses. |
Zip |
Used for seperated addresses. |
Benchmark |
Indicates what version of the locater should be used. Defaults to "Public_AR_Current". For a list of other options please consult https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.pdf. |
SearchType |
Indicates whether the search type is for a single line address ("onelineaddress") or a seperated address ("address"). Defaults to "onelineaddress". |
1 2 3 4 | geocodeUSCB(Address = "2800 Faucette Boulevard Raleigh NC 27607", SearchType = "onelineaddress")
geocodeUSCB(Street = "2800 Faucette Boulevard", City = "Raleigh", State = "NC", Zip = "27607", SearchType = "address")
geocodeUSCB()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.