Esri, the global market leader in geographic information system (GIS) software, offers the most powerful mapping and spatial analytics technology available. Using the Esri World Geocoding Service, you can convert a latitude and longitude to an address. For example, if you are using real-time coordinates, you can use reverse geocoding to find the address for those coordinates.
The block requires one single string: a location coordinate to send to Esri for geocoding. From within the block, the Geocoding service is called and the response is sent back to the client. To learn more about Esri services and get your own API credentials, visit the ArcGIS for Developers homepage.
Publish message containing the location body to the esri_reverse_geocode_Input
channel.
{ "lat": -105.521, "lon": 40.377 }
The block appends address location into the message payload. Please refer to the Esri documentation for information on request parameters and response payloads.
{ "address": { "Address": "201 Park Ln", "Neighborhood": null, "City": "Estes Park", "Subregion": null, "Region": "Colorado", "Postal": "80517", "PostalExt": null, "CountryCode": "USA", "Match_addr": "201 Park Ln, Estes Park, Colorado, 80517", "Loc_name": "USA.PointAddress" }, "location": { "x": -105.52163282753533, "y": 40.377251992490628, "spatialReference": { "wkid": 4326, "latestWkid": 4326 } } }
Need help? Contact PubNub Support.
Copyright (c) 2018 PubNub
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Add demographic, spending, business, and lifestyle data to maps and apps
Learn more