OutSystems Forge 日本語データベース

Google Places

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-10-28 1.2.2 Ouen Worth 10.0.105.0 All All Components, Widgets
GoogleプレイスのJavaScriptライブラリの機能を使用すると、地図の境界や固定された周囲など、定義された領域に含まれる場所(施設、地理的場所、または重要な注目点としてこのAPIに定義されている場所)を検索できます。
オートコンプリートは、Google Maps JavaScript APIのプレイスライブラリの機能です。 オートコンプリートを使用すると、アプリケーションにGoogleマップの検索フィールドの先行検索の動作を与えることができます。 ユーザーが住所の入力を開始すると、残りの部分にオートコンプリートが入力されます。 GoogleAutocompleteはウェブページにテキスト入力フィールドを追加し、そのフィールドに文字入力を監視します。 ユーザーがテキストを入力すると、オートコンプリートはドロップダウン選択リストの形式で予測を返します。 ユーザーがリストから場所を選択すると、その場所に関する情報がウィジェットを介してJSON文字列として返され、アプリケーションでraw JSONとして、またはレコードとして処理できます。 オートコンプリートの結果は、オートコンプリートタイプ(ジオコード、住所、施設、地域、都市またはすべて)によって構成できます。 詳細はhttps://developers.google.com/maps/documentation/javascript/places-autocompleteをご覧ください。

[Overview]
The functions in the Google Places JavaScript library enable your application to search for places (defined in this API as establishments, geographic locations, or prominent points of interest) contained within a defined area, such as the bounds of a map, or around a fixed point.
[Detail]
Autocomplete is a feature of the Places library in the Google Maps JavaScript API. You can use autocomplete to give your applications the type-ahead-search behavior of the Google Maps search field. When a user starts typing an address, autocomplete will fill in the rest. GoogleAutocomplete adds a text input field to your web page, and monitors that field for character entries. As the user enters text, autocomplete returns place predictions in the form of a dropdown pick list. When the user selects a place from the list, information about the place is returned as a JSON string via the widget, and can be processed by your application as raw JSON or as a record. Autocompletion results can be constrin by Autocomplete types (geocode, address, establishment, regions, cities or all). For more info see https://developers.google.com/maps/documentation/javascript/places-autocomplete
戻る