Topic: How to get the bounds of the horizon?

Just like the title
Thank-you!

Re: How to get the bounds of the horizon?

You ask about coordinates of the bounds, right?!

1. Get the coordinates of the center point of the map (OnlineMaps.GetPosition).
2. Convert it to tile position using zoom = map.zoom - horizon.zoomOffset.
3. left = tileX - countX / 2.
top = tileY - countY / 2.
etc.
4. Convert tile position of the corners to geographic coordinates.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.