Google Map Extended Plugin - Empty center coordinates

Hi bubblers!
I’m trying to integrate my bubble application with a map, enabling user to choose a arbitrary position. On a button click event, I need to access lat/lng of center of the map in order to pinpoint it. But these values are always empty, so the marker does not appear on the map.

For the record, my page layout is align to parent and the Maps Extended visual element is centered, full width and height.

Well, besides great appreciation for the plugin support, I had to abandon it and use bubble default map, go through a lot of sloppy stuff to get different icon for each marker and implement all the API calls on my own. Thanks!

I’m trying to do this now. I believe you can use the JavaScript to bubble element to hold custom state, and populate that with JS to get map center. Then create a db entry using the custom state, then have the map fetch it. Got pretty close tonight and think I’ll have it this weekend.
If you feel like quickly explaining your api process I would appreciate it.