Hi Guys,
I suppose its customary for noobs to post dumb questions
so here is mine
I am trying to develop a map app (POI) that link to a MySQL database to display points on the map, so far it appears that it is mostly working fine as long as I only have about 100 data sources in the DB, as soon as I increase that number the app downloads all the data and obviously slows everything down.
Possible solutions are to 'batch download' data a little at a time or download data based on geolocation within a radius. I have looked at the Geofencing but not too sure if this is what is needed.
Any hints, advice or links to suitable tutorials would be gratefully appreciated.
\Thanks
I suppose its customary for noobs to post dumb questions
so here is mineI am trying to develop a map app (POI) that link to a MySQL database to display points on the map, so far it appears that it is mostly working fine as long as I only have about 100 data sources in the DB, as soon as I increase that number the app downloads all the data and obviously slows everything down.
Possible solutions are to 'batch download' data a little at a time or download data based on geolocation within a radius. I have looked at the Geofencing but not too sure if this is what is needed.
Any hints, advice or links to suitable tutorials would be gratefully appreciated.
\Thanks