Solicitud POST Servicio Interactive Geocode
URI base
http://<server>:<port>/Geocode/rest/GlobalGeocode/interactive[.content type]
Donde:
[.content type] indica que el tipo de contenido especificado se usará de manera predeterminada. Opcional.
- json
- El tipo de contenido predeterminado es JSON, salvo que la negociación de contenido HTTP lo sustituya
- xml
- El tipo de contenido predeterminado es XML, salvo que la negociación de contenido HTTP lo sustituya
Preferencias
El formato para usar estas preferencias es preferences.CustomPreferences.[<name of preference>] o preferences.[<name of preference>].
| Parámetro | Tipo | Descripción |
|---|---|---|
| SEARCH_TYPE | string | Preferencia personalizada para controlar el tipo de búsqueda de solicitudes interactivas. valor predeterminado: ADDRESS_COMPLETION valores posibles: ADDRESS_COMPLETION, POINT_OF_INTEREST_COMPLETION, POINT_OF_INTEREST_NAME_COMPLETION, POINT_OF_INTEREST_CATEGORY_COMPLETION, ALL |
| COMPRESSED_AREA_RESULT | boolean | default: false COMPRESSED_AREA_RESULT |
| KEY_CUSTOM_DICTIONARY_USAGE | string | valores posibles: PREFER_CUSTOM_DICTIONARIES, PREFER_STANDARD_DICTIONARIES, USE_CUSTOM_DICTIONARIES_ONLY, USE_STANDARD_DICTIONARIES_ONLY |
| USE_STANDARD_DICTIONARIES_ONLY | ||
| matchMode | string | valor predeterminado: STANDARD, valores posibles: ESTÁNDAR CLOSE |
| originXY | List Double |
{
"preferences" :
{
"originXY" : [-73.70252500000001, 42.68323]
},
"address" :
{
"mainAddressLine" : "350 Jordan Rd"
}
}
|
| restrictedSearch | Límites |
{
"preferences":
{
"restrictedSearch":
{"northEastXY": [-73.70252500000001,42.68323],
"southWestXY": [-73.70252500000001,42.68323]
}
},
"address":
{
"mainAddressLine":
"350 Jordan Rd"
}
}
|