Points of interest (POI) API

Overview

API specification

Basic capabilities


Additional information

{
    "type": "Feature",
    "id": "poi-xxx-yyy-zzz",
    "properties": {
        "building_name": "IBM Hakozaki",
        "phone_number": "090-1234-56789-000025",
        "navigation_points": [
            {
                "coordinates": [
                    139.786601,
                    35.679782
                ],
                "heading": 180
            }
        ]
    },
    "geometry": {
        "type": "Point",
        "coordinates": [
            35.678581,
            139.787306
        ]
    }
}

Detailed specification for Query including POST body detail

Query parameter detail

Query string Mandatory Default value Sample value Description
tenant_id No public public
radius No (n/a) 0.1 Unit is kilo-meter. 0.1 means 100(meter). This is used only if Geometry type is Point in geojson.

POST body detail

Query specification

Point Point with circle
Point Point with circle
LineString Polygon
LineString Polygon