Skip to content

Conversation

Mihoje
Copy link

@Mihoje Mihoje commented Jul 30, 2025

If you want to have multiple GMapControls and want to add an event handler for both controls for OnTileLoadComplete it will not work. The event will only fire on one control's Core object.

This is because TileLoadQueue4, _tileLoadQueue4Tasks and _loadWaitCount are set to be static. Not sure why this is the case so this PR changes that, fixing the issue I've had with the events. Not the events fire independently.

- Changed TileLoadQueue4, _tileLoadQueue4Tasks and _loadWaitCount to not be static.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant