I subclassed `AGSLocationDataSource` with bunch of location and timestamp information. Now i assigned the datasource to the location display and started the datasource for the simulation purpose. Its perfectly worked in runtime SDK v 10.2.x, but not in v 100.x. I found that the protocol has been changed as classes and the protocol was removed from the AGSLocationDisplay in v100.x
Please see the below image (in runtime SDK v 10.2):

It would be great if you upload any sample source code or more details about the AGSLocationDisplay with custom datasource.
I know, there is `AGSSimulatedLocationDataSource` for simulate location updates. But i need to control the speed of the location updates and to support normal device location service as well.
Regards,