OutSystems Forge 日本語データベース

Google Maps Clusterer

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

Forge英文サイト

2017-03-24 1.0.1 Harlin Setiadarma 10.0.302.0 All All Components, Plug-ins
GoogleマップコンポーネントのMarker Clusterer プラグイン
Google Mapコンポーネントのマーカークラスタリングツール Googleマップコンポーネントが必須 ユースケース:Googleマップコンポーネントで個々のマーカーの代わりにマーカーのクラスターを表示 利用方法: 1.依存関係を追加します。:Google MapとGoogle Map Clustere 2. Googleマップコンポーネントから通常の地図を追加し、目的の中心緯度/経度、ズーム、およびMapOptionsを設定します。 3.マップウェブブロックの下にGMaps_Clusterer_Flow \ GoogleMap_Clustererウェブブロックを追加します。 4.画面のPreparationロジックで、Aggregateによりデータを照会します。Google Mapコンポーネントを利用するようにマーカを追加し、MapIdとMarkers を入力パラメータとして持つAddMarkerToClustererロジックを利用したあと Markers(タイプ:List of Text)をListAppend します。

[Overview]
Marker Clusterer Plugin for Google Maps Component
[Detail]
Marker Clusterer Plugin for Google Map Component Require Google Map Component... Use Case: Showing cluster of marker instead of individual marker on Google Map Component How to use it: 1. Add dependency: Google Map and Google Map Clustere 2. Add usual Map from Google Map Component, set desired center lat/long, zoom, and MapOptions 3. Add GMaps_Clusterer_Flow\GoogleMap_Clusterer webblock below the Map webblock 4. In Preparation Logic of your screen, query your data using aggregate, loop data: add marker using Google Map Component as usual, then ListAppend Markers (type: List of Text), after that use AddMarkerToClusterer logic with MapId and Markers as input parameter.
戻る