The task was to prepare a timeline view that represents event happening at various location around the map for given instance of time.
Timeline view represents in two mode : AutoPlay mode and Seek Mode.
Data Available : IP addresses and Timestamp .
Geolite Database has been used to get LatLong from IP addresses . (For now database is kept in asset folder, we can remove this dependency by using Geolite Api)
Task Completed