Skip to content

Latest commit

 

History

History
85 lines (30 loc) · 761 Bytes

File metadata and controls

85 lines (30 loc) · 761 Bytes

XY

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

..

  • Full name: \DantSu\OpenStreetMapStaticAPI\XY

See Also:

Methods

->__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