
# XY

DantSu\OpenStreetMapStaticAPI\XY define X and Y pixel position for map, lines, markers.

..

* Full name: `\DantSu\OpenStreetMapStaticAPI\XY`

**See Also:**

* https://github.com/DantSu/php-osm-static-api - Github page of this project



## Methods

- [__construct](#-__construct) 
- [getX](#-getx) 
- [getY](#-gety) 

### ->__construct

XY constructor.








#### Parameters:

| Parameter | Type | Description |
|-----------|------|-------------|
| `x` | **int** | X |
| `y` | **int** | Y |




---
### ->getX

Get X









#### Return Value:

 **int** : X



---
### ->getY

Get Y









#### Return Value:

 **int** : Y



---


---
> Automatically generated from source code comments on 2022-05-31 using [phpDocumentor](http://www.phpdoc.org/)
