I am working on Google maps, and in my map I have build a moving object using Animating Symbols article
my question is that I want to get the location of moving object (
Unfortunately i don't think you can get Lat Long of a SymbolPath with the Google Maps API.
If you console.log the icons[0] you will see that the icon object only have path, scale and strokeColor:
console.log
icons[0]
icon
object
console.log(icons[0].icon) { path: 0, scale: 8, strokeColor: "#393" }