Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の場所の Google プレイス オートコンプリートをフィルタリングし、カテゴリ (レストラン、モールなど) に基づいてフィルタリングする方法はありますか
はい、Google プレイス オートコンプリートにはタイプと場所のパラメータがあります。
現時点では、AutoComplete API は住所以外のすべての場所の「施設」と地理エンティティの「ジオコード」のみを受け入れるようです。それぞれの可能性に対して追加の Google Places API 呼び出しを行い、完全な Google Places API の詳細の新しい配列を返す JS を作成できる場合があります。