On Jul 1, 6:43 pm, Eliazer Antonio Garcia Gallegos
<[email protected]> wrote:
> Hola, estoy realizando una migracion de GoogleMaps V2 a GoogleMaps V3
> y me he encontrado con el siguiente problema:
>
> Resulta que estoy utilizando una function:
>
>  this.getCalculator = function () {
>        return GEvent.callback(calculator_);
>     };
>
> Entonces resulta que En la version 3 ya no puedo utilizar GEvent...les
> pido porfavor me ayuden...que podria utilizar para obtener el mismo
> resultado? que uso en vez de GEvent.callback

English:
+ Hello, I am doing a migration of GoogleMaps GoogleMaps V2 to V3
+ and I encountered the following problem:
+ It turns out that I am using a function:
+   this.getCalculator = function () {
+         GEvent.callback return (calculator_);
+      };
+ It turns out that in version 3 I can not use them GEvent ...
+ I ask please help me ... that could be used to obtain the same
+ result? I use instead of GEvent.callback

G* = google.maps.*

see google.maps.event

Although I fail to see what GEvent.callback would be useful for in
your snippet.  What mapping functionality requires it?

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to