I need to load pins to a map (Google Maps Android API v2) as the user changes its location, but I wanted to load them "smoothly" instead of having to wait for the entire result set being downloaded to add all pins at once.
Is there any web service or a different technology that allows me to read data (like JSON) from the server as a stream and asynchronously add pins to the map?
Thanks.