TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I know when there's changes on MapViewer?

jiafei427 opened this issue · comments

Dear,
I want to add some functions whenever there are changes on MapViewer boundingBox so that I could do the calculation and get some POIs from server and PIN them on MapViewer.
Can anybody tell me how to do it?

THanks!