Google Maps Refresh with Updated Data

Hi Radzen I am trying to use the google maps API to show the position of my drones which is updated every 30 seconds. However, any time I update the paging using the StateHasChanged method or even just generate a new map using a cycling method the initial zoom and center of the map are re-selected. This creates a very jarring and annoying user experience since these values need to be different depending on who is viewing the page and where the drones are located. is there a way to track or use the current center and current zoom amount between refreshes or call some JavaScript to update only the map with new parameters.