views:

160

answers:

1

Is it possible to add a custom control to the GMap control in the Subgurim library?

I see that I can add a GControl with the GMap.AddControl method. I tried to create a custom GControl by implementing a WebControl inheriting from IGControl. Although this compiled and executed nothing was rendered on the map.

A: 

Hi,

No, it's not possible. The AddControl method adds specific googlemaps API controls.

Subgurim