Programmatically pan the map so that it is continually in motion
This example displays a map of the Indian Ocean which continuously pans using screen space X/Y coordinates.
A timer is used to periodically update the map. The interaction()
method of the H.map.ViewPort
is used to manipulate the map view.