How to push array in Google map

Gotcha.

In looking at the data, track is made up of an array of objects. You should be able to use forEach to move through the array.

If I were you, I’d investigate casting the result to a class that you create that matches the response from the API. Doing so will greatly reduce the amount of code that you have to type and make things much cleaner.