クラスnavitime.geo.GeoJSON
GeoJSONデータ描画クラス。
名前空間navitime.geo
継承関係 navitime.geo.GeoJSON
サンプル
  1 使:
  2   var drawObject = navitime.geo.GeoJSON.draw({map: map, json: json});
≫プレインテキスト
定義<src/navitime/geo/GeoJSON.js>
他のクラスから継承したメンバを折りたたむ
概要
コンストラクタ | 定数 | プロパティ | メソッド | イベント | 詳細トップ | ページトップ
コンストラクタ
 
地図上にGeoJSON形式のデータを描画します。
メソッド
navitime.geo.ovelay.Polygon
navitime.geo.ovelay.Polyline
draw(options)
引数に渡されたGeoJSONとオプションにより対応するオブジェクトを描画します。
詳細
コンストラクタ | 定数 | プロパティ | メソッド | イベント | 概要トップ | ページトップ
コンストラクタ
navitime.geo.GeoJSON()
地図上にGeoJSON形式のデータを描画します。 オプションにて色の指定をしない場合はデフォルトの設定で描画します。
 デフォルトオプション
   strokeColor: "#55ff00",
   strokeWeight: 7,
   strokeOpacity: 0.765,
   fillColor: "#55ff00",
   fillOpacity: 0.5,
   zIndex: 1
メソッド
navitime.geo.ovelay.Polygon | navitime.geo.ovelay.Polyline draw(options)
引数に渡されたGeoJSONとオプションにより対応するオブジェクトを描画します。
引数
Object options オプション
  {map: 地図インスタンス(必須)
   json: GeoJSON形式のJSONオブジェクト(必須)
   strokeColor : ポリゴン/ポリラインの線の色,
   strokeWeight : ポリゴン/ポリラインの線の太さ,
   strokeOpacity : ポリゴン/ポリラインの線の透過度(0~1),
   fillColor : ポリゴンの色,
   fillOpacity : ポリゴンの透過度(0~1),
   zIndex : 表示zIndex
   }
戻り値
navitime.geo.ovelay.Polygon | navitime.geo.ovelay.Polyline
Documentation generated by JsDoc Toolkit 2.3.2 (template:aias-frame 1.6.1) on Tue Jun 08 2021 16:24:19 GMT+0900 (JST)