public function testInitialState()
 {
     $this->assertSame('Ivory\\GoogleMap\\Base\\Point', $this->pointBuilder->getClass());
     $this->assertNull($this->pointBuilder->getPrefixJavascriptVariable());
     $this->assertNull($this->pointBuilder->getX());
     $this->assertNull($this->pointBuilder->getY());
 }