🐯
Copy of FATOS Developer
Developer SiteConsole
  • Maps
    • Map control
      • Sources
      • Bounds
      • Zoom
      • Center
      • Rotate (Heading)
      • Tilt
      • Flyto
      • Solid (Buildings)
      • Language
      • Theme
      • Event Once
      • Event On/Off
    • Layer Control
    • Map UI
    • Map Utilities
      • Rectangle
      • Circle
      • Polyline
      • Polygon
      • Area
      • Distance
      • Mark
  • Search
    • Name
    • Category
    • Address
    • Geocoding
  • Route
    • Passenger Car
    • Motorbike
    • Truck
    • Public Transportation
    • Bicycle
    • Pedestrian
  • TMS
    • Route with multiple waypoints
    • Route as optimize order of waypoints
    • Route as optimize order of logistics
    • Route as optimize order of delivery
    • Route to predict which is after some time
  • FMS
    • Realtime tracking
    • Driving trajectory analysis
    • Driving road pattern analysis
    • Driver behavior analysis
    • Road snap
    • Geofencing
  • Navigation SDK
    • For Fire Engine
    • For Mobility on Demand
    • For City GAS
  • Get your API Key
  • Troubleshooting
    • FAQ
Powered by GitBook
On this page
  1. Search

Address

PreviousCategoryNextGeocoding

Last updated 2 years ago

The search by address function is to search coordinate corresponding to address.

Method
Request URI
Response Type

GET

https:/api.fatos.biz/search/v1/addr

JSON

Parameter

Parameter
Required
Description
Sample

key

Y

Your API Key.

key=xxxxxxxxxxx

kwd

Y

Name search: search word

kwd=서울 중구 한강대로 405

cx

Y

User's current location X coordinate (wgs84) (Longitude)

cx=126.896038

cy

Y

User's current location Y coordinate (wgs84) (Latitude)

cy=37.482901

sx

N

Search Criteria Location X Coordinates (WGS84)

sx=126.896038

sy

N

Search Criteria Location Y Coordinates (WGS84)

sy=37.482901

lang

Y

Search Language Default : en

한국어: kr, 영어: en, 태국어: th …

pno

N

Page number Default : 1

pno=1

cpp

N

Number of searches per page Default : 20

cpp=20

Drawing