ArcGIS Location ServicesArcGIS Location Services

Remote

Leverage powerful geocoding, reverse geocoding, and routing capabilities to enhance your applications. Access detailed location data and nearby points of interest seamlessly. Integrate with ArcGIS Location Services to provide users with accurate and efficient location-based solutions.

Tools

get_basemap_tile

Access static basemap tiles service with different styles. Args: version: API version (default: v1) style_base: The base style category (default: arcgis) style_name: Map style name (e.g., navigation, streets, satellite) row: Tile row coordinate level: Zoom level column: Tile column coordinate

find_nearby_places

Find nearby places and points of interest with optional detailed information. Args: x: Longitude of the center point (e.g., -122.4194) y: Latitude of the center point (e.g., 37.7749) pageSize: Number of results to return (default: 20) categories: Optional category filter (e.g., "restaurant", "hotel", "coffee") radius: Search radius in meters (default: 5000) includeDetails: Whether to include full details for each place (default: False) detailsLimit: Maximum number of places to get details for when includeDetails=True (default: 3)

geocode

Search for an address, place or point of interest. Args: singleLine: Complete address in a single string (e.g., "1600 Pennsylvania Ave NW, DC") address: Place name or address (e.g., "Starbucks" or "380 New York St") location: Optional point to search near, as "longitude,latitude" (e.g., "-122.4194,37.7749") category: Optional POI category to search for (e.g., "gas station") outFields: Fields to return in the response (default: all fields)

reverse_geocode

Convert geographic coordinates to an address. Args: location: Location as "longitude,latitude" (e.g., "-79.3871,43.6426") outFields: Fields to include in the response (default: all fields)

View 2 more tools

Installation

Login to configure client

Configuration

Local

No

Published

3/27/2025