[Map - Street] LGBTQ+ Safe Space Assist

Number of APIs: 2

*Original creator: [Hannah]

This collection is an edited fork from the [LGBTQ+ Safe Space Assist] collection. The workflow shows restroom accessibility on a map for a given address.

image

How to use

  1. Run Get Address request

  2. Run Find Restrooms based on Coordinates request and check the Visualize tab

Searching an address

By default, the location is set to Washington DC in the US.

You can search other US locations by entering a new address in the collection variable for address. Running Get Address again will update the coordinates.

Library used

OpenLayers

  1. Get Address GET http://api.positionstack.com/v1/forward?query={{address}}&access_key={{access_key}}

  2. Find Restrooms based on Coordinates GET www.refugerestrooms.org/api/v1/restrooms/by_location?lat={{lat}}&lng={{lng}}