Geoapify
Location services API for address autocomplete, forward and reverse geocoding, routing, batch jobs, and boundary lookups.
Fits mapping apps that geocode in real time or in bulk, route between coordinates, autocomplete addresses, and look up administrative boundaries.
Sign in to connect Geoapify
Sign in to connect an account and start using Geoapify in your apps.
Example Use Cases
These are example ways Snow can use Geoapify when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to fetch address suggestions based on partial input. Use when you need to get predictive suggestions from incomplete address text.
Create or retrieve asynchronous batch processing jobs for geocoding, reverse geocoding, routing, or isoline APIs. Use cases: - Batch geocode up to 1000 addresses at once (forward geocoding) - Batch reverse geocode multiple coordinates - Process multiple routing or isoline requests in one batch Workflow: 1. Create a job by providing 'api' and 'inputs' (returns job ID and status 'pending') 2. Poll the job by providing 'id' until status changes from 'pending' to complete (results available)
Tool to create a batch forward geocoding job for up to 1000 addresses. Use when you need to geocode multiple addresses asynchronously. Returns a job ID for retrieving results once processing is complete.
Tool to create a batch reverse geocoding job that converts multiple lat/lon coordinates into addresses asynchronously. Use when you need to reverse geocode multiple coordinates (up to 1000) in one request. Returns a job ID for retrieving results.
Generate custom map marker icons as PNG images. Creates customizable marker icons for use in mapping applications (Leaflet, MapLibre GL, Google Maps, etc.). Supports multiple styles (material, circle, plain), custom colors, icons from Material Design and Font Awesome libraries, or custom text/numbers. Example use cases: - Create a red location pin with a star icon - Generate numbered markers (1, 2, 3...) for route waypoints - Create custom-colored markers matching your brand
Tool to fetch raster map tiles or style JSON from Geoapify. Use when rendering custom maps with specific styles.
Tool to convert an address into geographic coordinates. Use when you need latitude and longitude from an address.
Tool to generate isochrone or isodistance isolines. Use when visualizing reachable areas from a point; use `id` to poll ongoing calculations.
Tool to generate static map images with customizable style, size, center, zoom, markers, and geometries. Use when you need a map image for display or printing.
Tool to perform geometric operations on stored polygon geometries. Use when combining or intersecting multiple stored geometries.