ThinkGeo.com    |     Documentation    |     Premium Support

Using Google Maps utility libraries

 


I need to implement some features in Google Map Utility Libraries like KeyDragZoom and TabbedMaxContent. How can reference the google map object?



Allan, 
  
 Our WebEdition doesn’t provide any API to reference GooglaMaps Utility Libraries so far, so you need to do it by yourself, first you add the library by javascript, and then use its function instead of the same function which provided by WebEdition. 
  
 About KeyDragZoom, we have already supported this function in WebEdition, you can hold a shift key and hold mouse left button to track a rectangle shape, after release the mouse button the map will zoom to that extent. 
 About TabbedMaxContent, we don’t support this function so far, but I think you could write some javacript code to implement it manually. 
  
 Thanks, 
 James