/**
  * Renders the rotate control
  *
  * @param Ivory\GoogleMapBundle\Model\Controls\RotateControl $rotateControl
  * @return string HTML output
  */
 public function render(RotateControl $rotateControl)
 {
     return sprintf('{"position":%s}', $this->controlPositionHelper->render($rotateControl->getControlPosition()));
 }