Paint Polygons or show infowindows on GoogleMaps

0
0

I want paint some things (Polygon, Infowindows) on GoogleMaps via JavaScript.
That works fine if I call the JavaScript by the MapClick event.
If I do this in the load method from the UserControl I ran into an error message “google not defined”.
How can I do this without automated at runtime without MapClick?

One idea is a timer, that works, but that was not an elegant solution I think…

Thanks
Dirk

  • You must to post comments
0
0

Hi Dirk,
When the Load event fires in Wisej, the control IS NOT rendered on the client.
You can use the Appear event to perform some action on the client-side widget after it has been rendered.
HTH,
Levie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.