assertEqualsWithDelta($expectedLatitude, $coordinates->getLat(), 0.00001); $this->assertEqualsWithDelta($expectedLongitude, $coordinates->getLng(), 0.00001); } }