createMarker RECTANGLE from "x" to "y"

markus88

New Member
Is there a way to create a marker by the absolute corner position from x and y?

Im slightly confused by the way it actually works ...
Since i want to create a rectangle exactly over my rectangle-like area.

I've tried to point the marker exactly in the middle - for sur didnt work since it got its own size ...
Then i started at a corner and extended with its size - overlaps for miles ....

I am creating a huge amount of buildings("floors") on the water by using for-loops and want to cover them on the map. Yet the marker is more complicated then the 2-dimensional for-loop i needed to write for it ...

Any suggestions or maybe help?
Would be smiling again, this sure will bug me through the night.
 
A marker is always set by his middlepoint and then per width and height in each direction from the middlepoint.
 
Back
Top