Reverse GeoCoder:Licensing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
The license string is a software key required to use the web service. You will receive your license string from you Melissa Data representative. Without the license string, the Reverse GeoCoder Web Service will not function. | The license string is a software key required to use the web service. You will receive your license string from you Melissa Data representative. Without the license string, the Reverse GeoCoder Web Service will not function. | ||
There are two types of licenses: | |||
;1. ReverseGeo | |||
:This is a license that only returns addresses. | |||
;2. ReverseGeo GeoCoderEnabled | |||
:This is a license that returns the latitude and longitude for the returned address. | |||
To set the license string, use the CustomerID property in your requests. See [[Reverse GeoCoder Web Service:Request Elements#Customer ID|Customer ID]] for more information. | To set the license string, use the CustomerID property in your requests. See [[Reverse GeoCoder Web Service:Request Elements#Customer ID|Customer ID]] for more information. |
Revision as of 19:51, 13 February 2015
← Reverse GeoCoder Web Service Reference
Reverse GeoCoder Web Service Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
|
Licensing
The license string is a software key required to use the web service. You will receive your license string from you Melissa Data representative. Without the license string, the Reverse GeoCoder Web Service will not function.
There are two types of licenses:
- 1. ReverseGeo
- This is a license that only returns addresses.
- 2. ReverseGeo GeoCoderEnabled
- This is a license that returns the latitude and longitude for the returned address.
To set the license string, use the CustomerID property in your requests. See Customer ID for more information.
Token Server
Instead of a license, a temporary Token can be used on your client side application to not expose your CustomerID. The package you will be requesting will be pkgReverseGeo. Please download the Token Server Support Sample file for sample code and more instructions.