jmelosegui / GooglemapMvc

The control wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
MIT License
116 stars 61 forks source link

Any way to get Map JS object for doing manual javascript on it? #139

Closed Pugglewuggle closed 7 years ago

Pugglewuggle commented 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.

jmelosegui commented 7 years ago

Could you try to see if this sample helps? Specifically, the OnMapLoaded where you can get a reference to the map object in javascript.

Pugglewuggle commented 7 years ago

This works great, thank you.