Closed Pugglewuggle closed 7 years ago
Is there any way to get the Google Maps JS object of a map output by this library? I need to run some code from the Google JS API on the map in addition to what's done by this library.
Could you try to see if this sample helps? Specifically, the OnMapLoaded where you can get a reference to the map object in javascript.
OnMapLoaded
This works great, thank you.
Is there any way to get the Google Maps JS object of a map output by this library? I need to run some code from the Google JS API on the map in addition to what's done by this library.