I'm using a Google Maps object on my website to display different locations I've been to. I always used the coordinates (GGG) from the old Google Maps to set a new marker to my map. But with the new Google Maps I only get GMS format.
Before: 51.055207,10.524902
After: 51° 4.193', 8° 41.807'
My problem is, that I'm not able to use google.maps.LatLng to set a marker position anymore. If I'm typing in the new format, my map crashes and no marker is shown.
Is there another method I could use? Or do I have to convert the positions to GGG format?