Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LatLngRect

地図上の範囲情報クラス

Hierarchy

  • LatLngRect

Index

Constructors

constructor

  • コンストラクタ

    Parameters

    • topLeft: LatLng

      左上の緯度経度

    • bottomRight: LatLng

      右下の緯度経度

    Returns LatLngRect

Properties

Readonly bottomLeft

bottomLeft: LatLng

左下の緯度経度

Readonly bottomRight

bottomRight: LatLng

右下の緯度経度

Readonly center

center: LatLng

範囲の中心緯度経度

Readonly topLeft

topLeft: LatLng

左上の緯度経度

Readonly topRight

topRight: LatLng

右上の緯度経度