Exemplo n.º 1
0
 public function testDefaultState()
 {
     $this->assertInstanceOf('Ivory\\GoogleMap\\Base\\Coordinate', $this->marker->getPosition());
     $this->assertFalse($this->marker->hasAnimation());
     $this->assertFalse($this->marker->hasIcon());
     $this->assertFalse($this->marker->hasShadow());
     $this->assertFalse($this->marker->hasShape());
     $this->assertFalse($this->marker->hasInfoWindow());
 }