Ejemplo n.º 1
0
  /**
   *
   * calculates the center of the markers linked to the map
   *
   * @return GMapCoord
   * @author fabriceb
   * @since 2009-05-02
   */
  public function getMarkersCenterCoord()
  {

    return GMapMarker::getCenterCoord($this->markers);
  }