Beispiel #1
0
 /**
  * Get the Perimeter Points that define this region
  *
  * @return    LatLong[]    Array of Latitude/Longitude objects that define the perimeter of this region
  */
 public function getPerimeterPoints()
 {
     return parent::getNodePoints();
 }