APlace.io (Independent Publisher)

APlace is a service that allows you to simply integrate powerful geolocation tools into your application, including address autocomplete and reverse geocoding.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://aplace.io/
Privacy policy https://aplace.io/en/info/privacy
Categories Data

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key (in the form "Bearer YourAPIKey"_ securestring The API Key (in the form "Bearer YourAPIKey"_ for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get point in polygon

Retrieve the point in polygon (PIP) from a geographical point.

Search for location

Retrieve a list of matching locations.

Get point in polygon

Retrieve the point in polygon (PIP) from a geographical point.

Parameters

Name Key Required Type Description
Latitude
lat number

The latitude.

Longitude
lon number

The longitude.

Returns

Name Path Type Description
Session ID
session_id string

The session identifier.

Data
data array of object
Score
data.score integer

The score.

Match
data.match string

The match.

Match Details
data.match_details string

The match details.

Lat
data.lat float

The latitude.

Lon
data.lon float

The longitude.

Type
data.type string

The type.

House Number
data.address.house_number string

The house number.

Road
data.address.road string

The road.

Quarter
data.address.quarter string

The quarter.

City
data.address.city string

The city.

Postcode
data.address.postcode string

The postal code.

County
data.address.county string

The country.

State
data.address.state string

The state.

Region
data.address.region string

The region.

Country
data.address.country string

The country.

Country Code
data.address.country_code string

The country code.

Search for location

Retrieve a list of matching locations.

Parameters

Name Key Required Type Description
Query
q True string

The query.

Session ID
session_id string

The session identifier.

Type
type string

The type.

Countries
countries string

The countries.

Latitude
lat number

The latitude.

Longitude
lon number

The longitude.

Radius
radius number

The radius.

Language
lang string

The language.

Returns

Name Path Type Description
Session ID
session_id string

The session identifier.

Data
data array of object
Score
data.score float

The score.

Match
data.match string

The match.

Match Details
data.match_details string

The match details.

Lat
data.lat float

The latitude.

Lon
data.lon float

The longitude.

Type
data.type string

The type.

House Number
data.address.house_number string

The house number.

Road
data.address.road string

The road.

Quarter
data.address.quarter string

The quarter.

City
data.address.city string

The city.

Postcode
data.address.postcode string

The postal code.

County
data.address.county string

The country.

State
data.address.state string

The state.

State Code
data.address.state_code string

The state code.

Region
data.address.region string

The region.

Region Code
data.address.region_code string

The region code.

Country
data.address.country string

The country.

Country Code
data.address.country_code string

The country code.

Custom Score Norm
data.debug.custom_score_norm string

The norm custom score.

From
data.debug.from string

The from.