GET api/NE/GetCoordinates?street={street}&city={city}&stateAbbreviation={stateAbbreviation}&zip={zip}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
street | string |
Required |
|
city | string |
Required |
|
stateAbbreviation | string |
Required |
|
zip | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GeocodeResultName | Description | Type | Additional information |
---|---|---|---|
Confidence | string |
None. |
|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Confidence": "sample string 1", "Latitude": 2.1, "Longitude": 3.1 }