Hi,
ArcGIS online provides a subcription based service for batch geocoding about 25,000 addresses. Lets say we geocode 5000 addresses in a batch. Now how do we display the 5000 points? I want to render them on the basis of accuracy of geocode, say green for 100% match, blue for 80% and red for <70%. My doubts are as follows:
1. Using a graphic layer to do this will impact performance am i right, since we have 5000 of them?
2. Should we just create a mapservice programatically with the result and display it as a dynamic mapservice?
If we follow point 2, my guess is to take the server object extension approach to do this, am i right? But this is getting quite complicated.
Any pointers on how we can do this?