Search - Get Geocode Autocomplete

사용자의 위치 및 부분 쿼리를 기반으로 제안된 엔터티의 순위 목록을 가져오는 데 사용합니다.
사용자의 위치가 포함된 요청과 전체 쿼리 문자열의 접두사 역할을 하는 부분 쿼리(쿼리 프리픽스라고 함)가 주어지면, Azure Maps 자동완성 API는 사용자가 가장 가능성이 높은 제안 엔터티티 목록을 반환합니다. 이러한 엔터티는 가능성이 가장 높은 것부터 가장 낮은 것까지 순위가 매겨집니다.

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query={query}
GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query={query}&coordinates={coordinates}&bbox={bbox}&top={top}&resultTypeGroups={resultTypeGroups}&resultTypes={resultTypes}&view={view}&countryRegion={countryRegion}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
endpoint
path True

string

api-version
query True

string

minLength: 1

이 작업에 사용할 API 버전입니다.

query
query True

string

필수 사항입니다. 사용자의 쿼리 접두사입니다.

예: "1 Micro" 또는 "Muir Woods".

bbox
query

number[]

제공되지 않는 경우 coordinates 필수입니다. 경계 상자 개체로 정의된 지구의 사각형 영역입니다. 사각형의 변은 경도 및 위도 값으로 정의됩니다. 이 매개 변수를 지정하면 위치 쿼리 결과를 계산할 때 지리적 영역이 고려됩니다.

예: lon1,lat1,lon2,lat2.

최소 크기: 약 0.00001도(~0.01미터).

최대 크기: 전체 전역 범위(-180,-90 - 180,90)

coordinates
query

number[]

제공되지 않는 경우 bbox 필수입니다. 경도와 위도로 지정된 지구상의 점입니다. 이 매개 변수를 지정하면 사용자의 위치가 고려되고 반환된 결과가 사용자와 더 관련성이 높을 수 있습니다. 예: &coordinates=lon,lat

메모:coordinates 가 제공되는 경우 bbox 보조 신호가 됩니다.

countryRegion
query

string

지정된 ISO 3166-1 Alpha-2 지역/국가 코드 (예: FR)에 대한 자동 완성 결과에 대한 신호입니다. 지정된 국가/지역의 결과만 반환됩니다.

resultTypeGroups
query

AutocompleteResultTypeGroupsEnum[]

반환된 엔터티 형식 그룹의 쉼표로 구분된 목록입니다. 가능한 값은 다음과 같습니다.

  • 주소
  • 위치
resultTypes
query

AutocompleteResultTypeEnum[]

반환된 엔터티 형식의 쉼표로 구분된 목록입니다. 유형 그룹이 주소로 설정된 경우 지원되는 유형은 다음과 같습니다.

  • 주소
  • 바리 케이트

다른 모든 유형은 장소 유형 그룹에 속합니다. 여기에는 AdminDivision1, Neighborhood, PopulatedPlace 등과 같은 엔터티가 포함될 수 있습니다. 기본값은 가능한 모든 엔터티 형식입니다.

top
query

integer (int32)

minimum: 1
maximum: 20

반환될 최대 응답 수입니다. 기본값: 5, 최소: 1 및 최대: 20.

view
query

string

ISO 3166-1 Alpha-2 지역/국가 번호를 나타내는 문자열입니다. 이렇게 하면 지정학적으로 분쟁이 있는 테두리 및 레이블이 지정된 사용자 지역에 맞게 변경됩니다. View 매개 변수는 요청에서 정의하지 않은 경우에도 기본적으로 “자동”으로 설정됩니다.

자세한 내용은 지원되는 뷰 참조하고 사용 가능한 보기를 확인하세요.

요청 헤더

Name 필수 형식 Description
x-ms-client-id

string

Azure AD 보안 모델과 함께 사용할 계정을 지정합니다. 이 ID는 Azure Maps 계정의 고유 ID를 나타내며, Azure Maps 관리 평면 계정 API에서 가져올 수 있습니다. Azure Maps에서 Microsoft Entra ID 보안 사용에 대한 자세한 내용은 Azure Maps의 인증 관리 를 참조하세요.

Accept-Language

string

검색 결과를 반환해야 하는 언어입니다.

자세한 내용은 지원되는 언어 참조하세요.

응답

Name 형식 Description
200 OK

AutocompleteResponse

요청이 성공했습니다.

Media Types: "application/geo+json", "application/json"

Other Status Codes

Azure.Core.Foundations.ErrorResponse

예기치 않은 오류 응답입니다.

Media Types: "application/geo+json", "application/json"

헤더

x-ms-error-code: string

보안

AadToken

이들은 Microsoft Entra OAuth 2.0 흐름입니다. Azure 역할 기반 접근 제어와 결합하면 Azure Maps REST API 접근을 제어하는 데 사용할 수 있습니다. Azure 역할 기반 접근 제어는 하나 이상의 Azure Maps 리소스 계정 또는 하위 리소스에 대한 접근 권한을 지정하는 데 사용됩니다. 모든 사용자, 그룹 또는 서비스 주체는 내장된 역할이나 하나 이상의 권한으로 구성된 사용자 지정 역할을 통해 Azure Maps REST API에 대한 접근 권한을 부여받을 수 있습니다.\n\n시나리오를 구현하려면 authentication concepts를 참고하는 것을 권장합니다. 요약하자면, 이 보안 정의는 특정 API와 범위에 대한 접근 제어가 가능한 객체를 통해 애플리케이션을 모델링하는 솔루션을 제공합니다.\n\n#### 주석\n* 이 보안 정의 요구 애플리케이션이 요청하는 Azure Maps 리소스를 나타내기 위해 x-ms-client-id 헤더를 사용하는 것입니다. 이는 Maps 관리 API에서 얻을 수 있습니다.\n* \nAuthorization URL은 Azure 퍼블릭 클라우드 인스턴스에만 특화된 것입니다. 소버린 클라우드는 고유한 권한 부여 URL과 Microsoft Entra ID 구성을 가지고 있습니다. \n* \nAzure 역할 기반 접근 제어는 Azure 관리 평면에서 Azure 포털, PowerShell, CLI, Azure SDK 또는 REST API를 통해 구성됩니다.\n* Azure Maps Web SDK는 다양한 사용 사례에 맞는 애플리케이션 구성을 설정할 수 있게 해줍니다.\n* Microsoft ID 플랫폼에 대한 자세한 내용은 Microsoft ID 플랫폼 개요를 참조하세요.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
https://atlas.microsoft.com/.default

subscription-key

이 키는 Azure 포털에서 Create a Azure Maps account 또는 PowerShell, CLI, Azure SDK, REST API를 사용할 때 제공되는 공유 키입니다.\n\n 이 키로 모든 애플리케이션이 모든 REST API에 접근할 수 있습니다. 즉, 이 키는 발급된 계좌의 마스터 키로 사용할 수 있습니다.\n\n 공개된 애플리케이션의 경우, confidential client applications 방식을 사용하여 REST API에 Azure Maps접근하여 키를 안전하게 저장할 수 있도록 하는 것을 권장합니다.

형식: apiKey
In(다음 안에): header

SAS Token

이 토큰은 Azure Maps 리소스의 List SAS 연산에서 Azure 포털, PowerShell, CLI, Azure SDK, REST API를 통해 Azure 관리 플레인을 통해 생성됩니다.\n\n 이 토큰을 사용하면 모든 애플리케이션이 Azure로 접근할 권한이 부여됩니다 역할 기반 접근 제어 및 특정 토큰의 만료일, 사용 속도, 사용 영역에 대한 세밀한 제어를 제공합니다. 즉, SAS 토큰은 공유 키보다 더 안전한 방식으로 애플리케이션이 접근 권한을 제어할 수 있도록 하는 데 사용될 수 있습니다.\n\n 공개적으로 노출된 애플리케이션의 경우, Map 계정 리소스 에서 허용된 출처 목록을 구체적으로 설정하여 렌더링 남용을 제한하고 SAS 토큰을 정기적으로 갱신할 것을 권장합니다.

형식: apiKey
In(다음 안에): header

예제

Autocomplete API call to search for '1 Microsoft'
Autocomplete API call to search for '1 Microsoft Way, Redmond', filtered by roadblock resultTypes, place resultTypeGroups, and return empty result
Autocomplete API call to search for 'Muir Woods', filtered by address resultTypeGroups
Autocomplete API call to search for 'Muir Woods', filtered by park and populated place resultTypes, place resultTypeGroups
Autocomplete API call to search for 'Muir Woods', filtered by park resultTypes
Autocomplete API call to search for 'Muir Woods', filtered by place resultTypeGroups
Autocomplete API call to search for 'Muir Woods', filtered by roadblock resultTypes, address resultTypeGroups

Autocomplete API call to search for '1 Microsoft'

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=1 Microsoft&coordinates=-113.301894,49.201888

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Address",
        "type": "Address",
        "address": {
          "streetNumber": "1",
          "streetName": "Microsoft Way",
          "addressLine": "1 Microsoft Way",
          "locality": "Redmond",
          "adminDistricts": [
            {
              "name": "Washington"
            },
            {
              "name": "King County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "postalCode": "98052",
          "formattedAddress": "1 Microsoft Way, Redmond, Washington 98052, United States"
        }
      }
    },
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "LandmarkBuilding",
        "address": {
          "locality": "Bellevue",
          "adminDistricts": [
            {
              "name": "Washington"
            },
            {
              "name": "King County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "formattedAddress": "Bellevue, Washington, United States"
        },
        "name": "Microsoft-Advanta C"
      }
    }
  ]
}

Autocomplete API call to search for '1 Microsoft Way, Redmond', filtered by roadblock resultTypes, place resultTypeGroups, and return empty result

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=1 Microsoft Way, Redmond&coordinates=-113.301894,49.201888&resultTypeGroups=Place&resultTypes=RoadBlock

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": []
}

Autocomplete API call to search for 'Muir Woods', filtered by address resultTypeGroups

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=Muir Woods&coordinates=-113.301894,49.201888&resultTypeGroups=Address

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Address",
        "type": "Address",
        "address": {
          "streetName": "Muir Woods Rd",
          "addressLine": " Muir Woods Rd",
          "locality": "Sausalito",
          "adminDistricts": [
            {
              "name": "California"
            },
            {
              "name": "Marin County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "postalCode": "94965",
          "formattedAddress": "Muir Woods Rd, Sausalito, California 94965, United States"
        }
      }
    },
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Address",
        "type": "RoadBlock",
        "address": {
          "streetName": "Muir St",
          "addressLine": " Muir St",
          "locality": "Grosse Pointe Farms",
          "adminDistricts": [
            {
              "name": "Michigan"
            },
            {
              "name": "Wayne County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "postalCode": "48236",
          "formattedAddress": "Muir St, Grosse Pointe Farms, Michigan 48236, United States"
        }
      }
    }
  ]
}

Autocomplete API call to search for 'Muir Woods', filtered by park and populated place resultTypes, place resultTypeGroups

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=Muir Woods&coordinates=-122.581711,37.896980&resultTypeGroups=Place&resultTypes=Park,PopulatedPlace

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "PopulatedPlace",
        "address": {
          "locality": "Muir Woods",
          "adminDistricts": [
            {
              "name": "Georgia"
            },
            {
              "name": "Fulton County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "postalCode": "30349",
          "formattedAddress": "Muir Woods, Georgia 30349, United States"
        }
      }
    },
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "Park",
        "address": {
          "adminDistricts": [
            {
              "name": "California"
            },
            {
              "name": "Marin County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "formattedAddress": "California"
        },
        "name": "Muir Woods National Park"
      }
    }
  ]
}

Autocomplete API call to search for 'Muir Woods', filtered by park resultTypes

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=Muir Woods&coordinates=-122.581711,37.896980&resultTypes=Park

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "Park",
        "address": {
          "adminDistricts": [
            {
              "name": "California"
            },
            {
              "name": "Marin County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "formattedAddress": "California"
        },
        "name": "Muir Woods National Monument"
      }
    }
  ]
}

Autocomplete API call to search for 'Muir Woods', filtered by place resultTypeGroups

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=Muir Woods&coordinates=-122.581711,37.896980&resultTypeGroups=Place

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "Forest",
        "address": {
          "adminDistricts": [
            {
              "name": "Wisconsin"
            },
            {
              "name": "Dane County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "formattedAddress": "Wisconsin"
        },
        "name": "Muir Woods"
      }
    },
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "PopulatedPlace",
        "address": {
          "locality": "Muir Woods",
          "adminDistricts": [
            {
              "name": "Georgia"
            },
            {
              "name": "Fulton County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "postalCode": "30349",
          "formattedAddress": "Muir Woods, Georgia 30349, United States"
        }
      }
    },
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Place",
        "type": "Park",
        "address": {
          "adminDistricts": [
            {
              "name": "California"
            },
            {
              "name": "Marin County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "formattedAddress": "California"
        },
        "name": "Muir Woods National Monument"
      }
    }
  ]
}

Autocomplete API call to search for 'Muir Woods', filtered by roadblock resultTypes, address resultTypeGroups

샘플 요청

GET {endpoint}/geocode:autocomplete?api-version=2026-01-01&query=Muir Woods&coordinates=-113.301894,49.201888&resultTypeGroups=Address&resultTypes=RoadBlock

샘플 응답

Content-Type: application/geo+json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "typeGroup": "Address",
        "type": "RoadBlock",
        "address": {
          "streetName": "Muir St",
          "addressLine": " Muir St",
          "locality": "Grosse Pointe Farms",
          "adminDistricts": [
            {
              "name": "Michigan"
            },
            {
              "name": "Wayne County"
            }
          ],
          "countryRegion": {
            "ISO": "US",
            "name": "United States"
          },
          "postalCode": "48236",
          "formattedAddress": "Muir St, Grosse Pointe Farms, Michigan 48236, United States"
        }
      }
    }
  ]
}

정의

Name Description
Address

결과의 주소입니다.

AddressAdminDistrictsItem

주소에 대한 국가 또는 지역의 세분화 이름입니다.

AddressCountryRegion

이름 및 ISO 코드가 있는 국가 또는 지역입니다.

AutocompleteFeature

자동 완성 결과의 기능

AutocompleteProperties

자동 완성 결과의 속성

AutocompleteResponse

이 개체는 성공적인 자동 완성 호출에서 반환됩니다.

AutocompleteResultTypeEnum

제안 유형

AutocompleteResultTypeGroupsEnum

주소 또는 장소

Azure.Core.Foundations.Error

오류 개체입니다.

Azure.Core.Foundations.ErrorResponse

오류 세부 정보가 포함된 응답입니다.

Azure.Core.Foundations.InnerError

오류에 대한 보다 구체적인 정보를 포함하는 개체입니다. Azure REST API 가이드라인에 따르면 - https://aka.ms/AzureRestApiGuidelines#handling-errors.

FeatureCollectionEnum

GeoJSON 형식을 지정합니다. 지원되는 유일한 개체 형식은 FeatureCollection. 자세한 내용은 RFC 7946참조하세요.

FeatureTypeEnum

기능 유형은 기능이어야 합니다.

GeoJsonObjectType

GeoJSON 형식을 지정합니다. Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, FeatureCollection 등 유효한 9가지 GeoJSON 개체 형식 중 하나여야 합니다.

GeoJsonPoint

유효한 GeoJSON Point 기하 도형 형식입니다. 자세한 내용은 RFC 7946 참조하세요.

Intersection

결과의 주소입니다.

Address

결과의 주소입니다.

Name 형식 Description
addressLine

string

거리 이름과 번호가 포함된 AddressLine

adminDistricts

AddressAdminDistrictsItem[]

주소에 대한 국가 또는 지역의 세분화 이름입니다. 이 요소는 일반적으로 첫 번째 순서 관리 세분화로 처리되지만 경우에 따라 국가, 종속성 또는 지역의 두 번째, 세 번째 또는 네 번째 순서 세분화도 포함됩니다.

countryRegion

AddressCountryRegion

이름 및 ISO 코드가 있는 국가 또는 지역입니다.

formattedAddress

string

형식이 지정된 주소 속성

intersection

Intersection

결과의 주소입니다.

locality

string

지역 속성

neighborhood

string

인근 부동산

postalCode

string

우편 번호 속성

streetName

string

formattedAddress의 거리 이름

streetNumber

string

formattedAddress의 거리의 번호(사용 가능한 경우)

AddressAdminDistrictsItem

주소에 대한 국가 또는 지역의 세분화 이름입니다.

Name 형식 Description
name

string

해당 adminDistrict 필드의 이름, adminDistrict[0]의 경우 이 이름은 워싱턴, adminDistrict[1]과 같은 주의 전체 이름이 될 수 있으며, 이는 카운티의 전체 이름이 될 수 있습니다.

shortName

string

해당 adminDistrict 필드의 짧은 이름인 adminDistrict[0]의 경우 WA, adminDistrict[1]와 같은 주의 짧은 이름이 될 수 있습니다. 이 이름은 카운티의 짧은 이름일 수 있습니다.

AddressCountryRegion

이름 및 ISO 코드가 있는 국가 또는 지역입니다.

Name 형식 Description
ISO

string

국가/지역의 ISO

name

string

국가/지역의 이름

AutocompleteFeature

자동 완성 결과의 기능

Name 형식 Description
geometry

GeoJsonPoint

유효한 GeoJSON Point 기하 도형 형식입니다. 자세한 내용은 RFC 7946 참조하세요.

properties

AutocompleteProperties

자동 완성 결과의 속성

type

FeatureTypeEnum

GeoJSON 형식을 지정합니다. 유일하게 지원되는 개체 유형은 Feature입니다. 자세한 내용은 RFC 7946참조하세요.

AutocompleteProperties

자동 완성 결과의 속성

Name 형식 Description
address

Address

결과의 주소입니다.

name

string

장소의 이름입니다. 반환된 형식이 주소인 경우 이 필드는 표시되지 않습니다.

type

AutocompleteResultTypeEnum

제안 유형

typeGroup

AutocompleteResultTypeGroupsEnum

주소 또는 장소

AutocompleteResponse

이 개체는 성공적인 자동 완성 호출에서 반환됩니다.

Name 형식 Description
features

AutocompleteFeature[]

자동완성 결과의 특징

nextLink

string

반환된 기능의 다음 페이지에 대한 링크입니다. 마지막 페이지인 경우 이 필드가 없습니다.

type

FeatureCollectionEnum

GeoJSON 형식을 지정합니다. 지원되는 유일한 개체 형식은 FeatureCollection. 자세한 내용은 RFC 7946참조하세요.

AutocompleteResultTypeEnum

제안 유형

Description
Address

주소

AdminDivision1

AdminDivision1

AdminDivision2

AdminDivision2

AdminDivision3

행정국3

AdministrativeBuilding

행정 건물

Airport

공항

AirportTerminal

공항 터미널

AmusementPark

놀이 공원

AncientSite

고대 사이트

Aquarium

수족관

Archipelago

군도

Basin

분지

Battlefield

전장

Bay

베이

Beach

Beach

Bridge

브리지

BusinessStructure

사업 구조

Camp

캠프

Canal

운하

Casino

카지노

Castle

Cave

동굴

Cemetery

묘지

Channel

채널

Church

교회

Cliff

절벽

Coast

해안

CommunityCenter

커뮤니티 센터

Continent

대륙

CountryRegion

국가/지역

Crater

분화구

CulturalRegion

문화 지역

Dam

Delta

델타

Desert

Desert

DrainageBasin

배수 유역

Dune

FacilityStructure

시설 구조

FerryTerminal

페리 터미널

FinancialStructure

재무 구조

FireStation

소방서

Forest

Fort

요새

Garden

정원

Geyser

간헐천

Glacier

빙하

GolfCourse

골프코스

GreaterPopulatedPlace

더 인구가 많은 장소

HigherEducationFacility

고등교육 시설

HistoricalSite

역사 사이트

Hospital

병원

HotSpring

온천

Ice

얼음

IndigenousPeoplesReserve

원주민 보호구역

IndustrialStructure

산업 구조

Island

Isthmus

지협

Lake

호수

LandArea

토지 면적

Landform

지형

LandmarkBuilding

랜드마크 빌딩

Library

라이브러리

Lighthouse

등대

Marina

마리나

Market

시장

MedicalStructure

메디컬 구조

MetroStation

메트로역

MilitaryBase

군사기지

Mission

사명

Monument

기념비

Mosque

모스크

Mountain

MountainRange

마운틴 레인지

MultiModalStation

멀티모달스테이션

Museum

박물관

NauticalStructure

해양 구조

Neighborhood

이웃

Oasis

오아시스

ObservationPoint

전망대

Ocean

대양

OfficeBuilding

오피스 빌딩

Other

기타

Park

공원

ParkingStructure

주차장 구조

Pass

통과

Peninsula

반도

Plain

일반

Planet

행성

Plateau

플래토

Playground

플레이그라운드

PlayingField

플레이필드

Pole

폴란드

PoliticalUnit

정치 유닛

PopulatedPlace

PopulatedPlace

Port

항구

Postcode1

Postcode1

Promontory

RaceTrack

경주장

RailwayStation

철도역

Reef

산호초

ReligiousStructure

종교 구조

Reserve

예비군

ResidentialStructure

주거 구조

River

RoadBlock

바리 케이트

Ruin

파멸

ScientificResearchBase

과학연구기지

Sea

바다

SeaplaneLandingArea

수상기 착륙 구역

Shrine

성지

SkiArea

스키 에어리어

Spring

Spring

Stadium

경기장

StatisticalDistrict

통계지구

Temple

사원

Theater

연극

TouristRailway

관광철도

TouristStructure

관광 구조

Trailhead

트레일헤드

TransportationStructure

교통 구조

Tunnel

터널

Valley

계곡

Volcano

화산

Walkway

산책로

Wall

담벼락

Waterfall

폭포

WaterFeature

워터피처

Wetland

습지

Winery

와이너리

Zoo

동물원

AutocompleteResultTypeGroupsEnum

주소 또는 장소

Description
Address

특정 주소 위치입니다. 지원되는 형식은 다음과 같습니다.

  • 주소
  • 바리 케이트
Place

다른 모든 유형은 장소 유형 그룹에 속합니다. 여기에는 AdminDivision1, Neighborhood, PopulatedPlace 등과 같은 엔터티가 포함될 수 있습니다.

Azure.Core.Foundations.Error

오류 개체입니다.

Name 형식 Description
code

string

서버에서 정의한 오류 코드 집합 중 하나입니다.

details

Azure.Core.Foundations.Error[]

이 보고된 오류로 이어진 특정 오류에 대한 세부 정보 배열입니다.

innererror

Azure.Core.Foundations.InnerError

오류에 대한 현재 개체보다 더 구체적인 정보를 포함하는 개체입니다.

message

string

사람이 읽을 수 있는 오류 표현입니다.

target

string

오류의 대상입니다.

Azure.Core.Foundations.ErrorResponse

오류 세부 정보가 포함된 응답입니다.

Name 형식 Description
error

Azure.Core.Foundations.Error

오류 개체입니다.

Azure.Core.Foundations.InnerError

오류에 대한 보다 구체적인 정보를 포함하는 개체입니다. Azure REST API 가이드라인에 따르면 - https://aka.ms/AzureRestApiGuidelines#handling-errors.

Name 형식 Description
code

string

서버에서 정의한 오류 코드 집합 중 하나입니다.

innererror

Azure.Core.Foundations.InnerError

내부 오류입니다.

FeatureCollectionEnum

GeoJSON 형식을 지정합니다. 지원되는 유일한 개체 형식은 FeatureCollection. 자세한 내용은 RFC 7946참조하세요.

Description
FeatureCollection

GeoJSON FeatureCollection 개체 형식을 지정합니다.

FeatureTypeEnum

기능 유형은 기능이어야 합니다.

Description
Feature

GeoJSON Feature 개체 형식을 지정합니다.

GeoJsonObjectType

GeoJSON 형식을 지정합니다. Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, FeatureCollection 등 유효한 9가지 GeoJSON 개체 형식 중 하나여야 합니다.

Description
Point

GeoJSON Point 기하 도형입니다.

MultiPoint

GeoJSON MultiPoint 기하 도형입니다.

LineString

GeoJSON LineString 기하 도형입니다.

MultiLineString

GeoJSON MultiLineString 기하 도형입니다.

Polygon

GeoJSON Polygon 기하 도형입니다.

MultiPolygon

GeoJSON MultiPolygon 기하 도형입니다.

GeometryCollection

GeoJSON GeometryCollection 기하 도형입니다.

Feature

GeoJSON Feature 개체

FeatureCollection

GeoJSON FeatureCollection 개체

GeoJsonPoint

유효한 GeoJSON Point 기하 도형 형식입니다. 자세한 내용은 RFC 7946 참조하세요.

Name 형식 Description
bbox

number[] (double)

경계 상자. 사용된 프로젝션 - EPSG:3857. 자세한 내용은 RFC 7946 참조하세요.

coordinates

number[] (double)

Position 두 개 이상의 요소가 있는 숫자 배열입니다. 처음 두 요소는 경도위도순서대로 정확하게 표시됩니다. 고도/상승 선택적 세 번째 요소입니다. 자세한 내용은 RFC 7946 참조하세요.

type string:

Point

GeoJSON 형식을 지정합니다. Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, FeatureCollection 등 유효한 9가지 GeoJSON 개체 형식 중 하나여야 합니다.

Intersection

결과의 주소입니다.

Name 형식 Description
baseStreet

string

위치의 기본 거리입니다.

displayName

string

교집합의 전체 이름입니다.

intersectionType

string

교집합의 유형입니다.

secondaryStreet1

string

첫 번째 교차 거리입니다.

secondaryStreet2

string

있는 경우 두 번째 교차 거리입니다.