Beispiel #1
0
 /**
  * Returns the center of bounds
  * @return \dosamigos\google\maps\LatLng
  */
 public function getCenterOfBounds()
 {
     return LatLngBounds::getBoundsOfPolygons([$this])->getCenterCoordinates();
 }