I have 2000's of marker which needs to be displayed in the google maps dynamically. If I load all marker on one time it's affecting the performance of my application. So I am running my API one time and storing all coordinates in the SQLite DB and I want to display marker only which is nearby onCameraMove.
How can I achieve that? I have multiple Questions in StackOverflow but none will solve my issues.