Search - Get Geocode Autocomplete
ユーザーの場所と部分的なクエリに基づいて、提案されたエンティティのランク付けされたリストを取得するために使用します。
ユーザーの位置情報と、完全なクエリ文字列のプレフィックスとして機能する部分クエリ(クエリプレフィックスと呼ばれる)が与えられたとき、Azure Maps Autocompleteの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 パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
endpoint
|
path | True |
string |
|
|
api-version
|
query | True |
string minLength: 1 |
この操作に使用する API バージョン。 |
|
query
|
query | True |
string |
必須。 ユーザーのクエリ プレフィックス。 例:「1マイクロ」または「ミュアウッズ」。 |
|
bbox
|
query |
number[] |
例: lon1、lat1、lon2、lat2。 最小サイズ:約0.00001度(~0.01メートル)。 最大サイズ: 最大グローバル エクステント (-180、-90 から 180、90) |
|
|
coordinates
|
query |
number[] |
ノート: |
|
|
country
|
query |
string |
オートコンプリート結果のシグナルは、FR など、指定された ISO 3166-1 Alpha-2 地域/国コード に。 指定した国/地域の結果のみが返されます。 |
|
|
result
|
query |
返されるエンティティ型グループのコンマ区切りリスト。 可能な値は次のとおりです
|
||
|
result
|
query |
返されるエンティティ型のコンマ区切りリスト。 タイプ グループが [アドレス] に設定されている場合、サポートされるタイプは次のとおりです。
その他のタイプはすべて、Place タイプ グループに属します。 これらには、AdminDivision1、Neighborhood、PopulatedPlace などのエンティティが含まれる場合があります。 既定値は、使用可能なすべてのエンティティ タイプです。 |
||
|
top
|
query |
integer (int32) minimum: 1maximum: 20 |
返される応答の最大数。 デフォルト: 5、最小値: 1、最大値: 20。 |
|
|
view
|
query |
string |
ISO 3166-1 Alpha-2 地域/国番号を表す文字列。 これにより、地政学的な紛争の境界とラベルが、指定されたユーザー領域に合わせて変更されます。 要求で定義していない場合でも、既定で View パラメーターは “Auto” に設定されています。 詳細については、サポートされているビューの を参照し、使用可能なビューを参照してください。 |
要求ヘッダー
| 名前 | 必須 | 型 | 説明 |
|---|---|---|---|
| x-ms-client-id |
string |
Azure ADセキュリティモデルと連携して使用することを意図するアカウントを指定します。 これはAzure Mapsアカウントの一意IDを表し、Azure Maps管理プレーンのアカウントAPIから取得できます。 Azure MapsにおけるMicrosoft Entra IDセキュリティの使用についての詳細は、Azure Maps |
|
| Accept-Language |
string |
検索結果を返す言語。 詳細については、サポートされている言語の を参照してください。 |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 200 OK |
要求は成功しました。 Media Types: "application/geo+json", "application/json" |
|
| Other Status Codes |
予期しないエラー応答。 Media Types: "application/geo+json", "application/json" ヘッダー x-ms-error-code: string |
セキュリティ
AadToken
これらはMicrosoft Entra OAuth 2.0フローです。
Azureロールベースアクセス制御と組み合わせることで、Azure Maps REST APIへのアクセス制御に利用できます。 Azure ロールベースのアクセス制御は、1つ以上の Azure Maps リソースアカウントまたはサブリソースへのアクセスを指定するために使用されます。 任意のユーザー、グループ、またはサービスプリンシパルは、組み込みの役割や1つ以上のREST API権限からなるカスタムロールを通じてアクセス権Azure Maps付与されます。\n\nシナリオを実装するには、authentication conceptsを見ることをお勧めします。 まとめると、このセキュリティ定義は、特定のAPIやスコープでアクセス制御が可能なオブジェクトを通じてアプリケーションをモデリングするソリューションを提供します。\n\n#### 注記\n* このセキュリティ定義要求x-ms-client-idヘッダーを使用してアプリケーションがどのAzure Mapsリソースへのアクセスを要求しているかを示します。 これはMaps管理APIから取得可能です。\n* \nAuthorization URLはAzureパブリッククラウドインスタンス専用です。 ソブリンクラウドは固有の認可URLとMicrosoft Entra IDの設定を持っています。 \n* \nAzureロールベースのアクセス制御は、
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
| 名前 | 説明 |
|---|---|
| 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
/:
header
SAS Token
これは共有アクセス署名トークンで、
型:
apiKey
/:
header
例
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"
}
}
}
]
}
定義
| 名前 | 説明 |
|---|---|
| Address |
結果のアドレス |
|
Address |
住所の国または地域の下位区分名。 |
|
Address |
国または地域の名前と ISO コード。 |
|
Autocomplete |
オートコンプリート結果の機能 |
|
Autocomplete |
オートコンプリート結果のプロパティ |
|
Autocomplete |
このオブジェクトは、オートコンプリート呼び出しが成功したときに返されます。 |
|
Autocomplete |
提案の種類 |
|
Autocomplete |
住所または場所 |
|
Azure. |
エラー オブジェクト。 |
|
Azure. |
エラーの詳細を含む応答。 |
|
Azure. |
エラーに関するより具体的な情報を含むオブジェクト。 REST APIのガイドラインAzure https://aka.ms/AzureRestApiGuidelines#handling-errors。 |
|
Feature |
|
|
Feature |
フィーチャーの種類は Feature である必要があります。 |
|
Geo |
|
|
Geo |
有効な |
| Intersection |
結果のアドレス。 |
Address
結果のアドレス
| 名前 | 型 | 説明 |
|---|---|---|
| addressLine |
string |
番地名と番地を含む住所 |
| adminDistricts |
住所の国または地域の下位区分名。 この要素は通常、最初の注文管理下位区分として扱われますが、場合によっては、国、依存関係、またはリージョンの 2 番目、3 番目、または 4 番目の下位区分も含まれます。 |
|
| countryRegion |
国または地域の名前と ISO コード。 |
|
| formattedAddress |
string |
書式設定されたアドレス プロパティ |
| intersection |
結果のアドレス。 |
|
| locality |
string |
Locality プロパティ |
| neighborhood |
string |
近隣物件 |
| postalCode |
string |
郵便番号プロパティ |
| streetName |
string |
formattedAddress の通りの名前 |
| streetNumber |
string |
formattedAddress の通りの番号 (使用可能な場合) |
AddressAdminDistrictsItem
住所の国または地域の下位区分名。
| 名前 | 型 | 説明 |
|---|---|---|
| name |
string |
対応する adminDistrict フィールドの名前。AdminDistrict[0] の場合、ワシントン州、AdminDistrict の場合[1]など、州の完全な名前を指定できます。これは郡の完全な名前である可能性があります。 |
| shortName |
string |
対応する adminDistrict フィールドの短い名前。AdminDistrict[0] の場合、これは WA、For adminDistrict[1]、これは郡の短い名前である可能性があります。 |
AddressCountryRegion
国または地域の名前と ISO コード。
| 名前 | 型 | 説明 |
|---|---|---|
| ISO |
string |
国/地域の ISO |
| name |
string |
国/地域の名前 |
AutocompleteFeature
オートコンプリート結果の機能
| 名前 | 型 | 説明 |
|---|---|---|
| geometry |
有効な |
|
| properties |
オートコンプリート結果のプロパティ |
|
| type |
|
AutocompleteProperties
オートコンプリート結果のプロパティ
| 名前 | 型 | 説明 |
|---|---|---|
| address |
結果のアドレス |
|
| name |
string |
場所の名前。 返されるタイプが Address の場合、このフィールドは表示されません。 |
| type |
提案の種類 |
|
| typeGroup |
住所または場所 |
AutocompleteResponse
このオブジェクトは、オートコンプリート呼び出しが成功したときに返されます。
| 名前 | 型 | 説明 |
|---|---|---|
| features |
オートコンプリート結果の特徴 |
|
| nextLink |
string |
返される機能の次のページへのリンクです。 最後のページの場合、このフィールドはありません。 |
| type |
|
AutocompleteResultTypeEnum
提案の種類
| 値 | 説明 |
|---|---|
| Address |
住所 |
| AdminDivision1 |
AdminDivision1 |
| AdminDivision2 |
AdminDivision2 |
| AdminDivision3 |
管理部門3 |
| AdministrativeBuilding |
管理ビルディング |
| Airport |
空港 |
| AirportTerminal |
空港ターミナル |
| AmusementPark |
AmusementPark |
| AncientSite |
アンシェントサイト |
| Aquarium |
水族館 |
| Archipelago |
群島 |
| Basin |
盆地 |
| Battlefield |
戦場 |
| Bay |
Bay |
| Beach |
Beach |
| Bridge |
橋 |
| BusinessStructure |
事業構造 |
| Camp |
キャンプ |
| Canal |
運河 |
| Casino |
カジノ |
| Castle |
城 |
| Cave |
洞窟 |
| Cemetery |
墓地 |
| Channel |
チャネル |
| Church |
教会 |
| Cliff |
クリフ |
| Coast |
海岸 |
| CommunityCenter |
コミュニティセンター |
| Continent |
Continent |
| CountryRegion |
国/地域 |
| Crater |
クレーター |
| CulturalRegion |
文化地域 |
| Dam |
ダム |
| Delta |
Delta |
| Desert |
サンド |
| DrainageBasin |
流域 |
| Dune |
デューン |
| FacilityStructure |
施設構造 |
| FerryTerminal |
フェリーターミナル |
| FinancialStructure |
財務構造 |
| FireStation |
消防署 |
| Forest |
フォレスト |
| Fort |
砦 |
| Garden |
庭園 |
| Geyser |
間欠泉 |
| Glacier |
氷河 |
| GolfCourse |
ゴルフコース |
| GreaterPopulatedPlace |
グレーター・ピュレーションテッド・プレイス |
| HigherEducationFacility |
高等教育施設 |
| HistoricalSite |
歴史サイト |
| Hospital |
病院 |
| HotSpring |
温泉 |
| Ice |
氷 |
| IndigenousPeoplesReserve |
先住民保護区 |
| IndustrialStructure |
産業構造 |
| Island |
Island |
| Isthmus |
地峡 |
| Lake |
湖 |
| LandArea |
土地面積 |
| Landform |
地形 |
| LandmarkBuilding |
ランドマークビルディング |
| Library |
図書館 |
| Lighthouse |
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 |
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 |
春 |
| Stadium |
スタジアム |
| StatisticalDistrict |
統計地区 |
| Temple |
寺院 |
| Theater |
演劇 |
| TouristRailway |
ツーリスト鉄道 |
| TouristStructure |
観光施設 |
| Trailhead |
トレイルヘッド |
| TransportationStructure |
交通構造 |
| Tunnel |
トンネル |
| Valley |
谷 |
| Volcano |
火山 |
| Walkway |
歩道 |
| Wall |
壁 |
| Waterfall |
ウォーターフォール |
| WaterFeature |
ウォーターフィーチャー |
| Wetland |
湿地 |
| Winery |
ワイナリー |
| Zoo |
動物園 |
AutocompleteResultTypeGroupsEnum
住所または場所
| 値 | 説明 |
|---|---|
| Address |
特定の住所の場所。 サポートされている種類は次のとおりです。
|
| Place |
その他のタイプはすべて、Place タイプ グループに属します。 これらには、AdminDivision1、Neighborhood、PopulatedPlace などのエンティティが含まれる場合があります。 |
Azure.Core.Foundations.Error
エラー オブジェクト。
| 名前 | 型 | 説明 |
|---|---|---|
| code |
string |
サーバー定義の一連のエラー コードの 1 つ。 |
| details |
この報告されたエラーの原因となった特定のエラーに関する詳細の配列。 |
|
| innererror |
エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。 |
|
| message |
string |
エラーの人間が判読できる表現。 |
| target |
string |
エラーのターゲット。 |
Azure.Core.Foundations.ErrorResponse
エラーの詳細を含む応答。
| 名前 | 型 | 説明 |
|---|---|---|
| error |
エラー オブジェクト。 |
Azure.Core.Foundations.InnerError
エラーに関するより具体的な情報を含むオブジェクト。 REST APIのガイドラインAzure https://aka.ms/AzureRestApiGuidelines#handling-errors。
| 名前 | 型 | 説明 |
|---|---|---|
| code |
string |
サーバー定義の一連のエラー コードの 1 つ。 |
| innererror |
内部エラー。 |
FeatureCollectionEnum
GeoJSON 型を指定します。 サポートされているオブジェクトの種類は FeatureCollectionのみです。 詳細については、RFC 7946
| 値 | 説明 |
|---|---|
| FeatureCollection |
|
FeatureTypeEnum
フィーチャーの種類は Feature である必要があります。
| 値 | 説明 |
|---|---|
| Feature |
|
GeoJsonObjectType
GeoJSON 型を指定します。 Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon、GeometryCollection、Feature、FeatureCollection の 9 つの有効な GeoJSON オブジェクト タイプのいずれかである必要があります。
| 値 | 説明 |
|---|---|
| Point |
ジオメトリを |
| MultiPoint |
ジオメトリを |
| LineString |
ジオメトリを |
| MultiLineString |
ジオメトリを |
| Polygon |
ジオメトリを |
| MultiPolygon |
ジオメトリを |
| GeometryCollection |
ジオメトリを |
| Feature |
|
| FeatureCollection |
|
GeoJsonPoint
有効な GeoJSON Point geometry 型。 詳細については、RFC 7946 を参照してください。
| 名前 | 型 | 説明 |
|---|---|---|
| bbox |
number[] (double) |
境界ボックス。 使用されるプロジェクション - EPSG:3857。 詳細については、RFC 7946 を参照してください。 |
| coordinates |
number[] (double) |
|
| type |
string:
Point |
|
Intersection
結果のアドレス。
| 名前 | 型 | 説明 |
|---|---|---|
| baseStreet |
string |
場所のプライマリ ストリート。 |
| displayName |
string |
交差部分の完全な名前。 |
| intersectionType |
string |
交差部分の種類。 |
| secondaryStreet1 |
string |
最初の交差する通り。 |
| secondaryStreet2 |
string |
存在する場合は、2 番目の交差する通り。 |