Closed ditman closed 4 years ago
Sorry for the delay.
It looks really close to #81 . I'll try to fix that.
Ouch! Sorry I didn't find #81, I would have reopened it (x_x)
no, no, it is another issue but with the same behaviour.
The 3.4.5 version should fix this issue.
I'm trying to use the
fromPointToLatLng
method of the defaultprojection
of the map, but I'm getting an error:when I call it like this:
Digging in the JS code a little bit, it seems that when I call the method,
this.H
is undefined:And
this
is the Window object (from other successful calls of that method,this
seems to be an instance of aProjection
object).That
this
is Window made me suspect thatfromPointToLatLng
is not correctly bound to theprojection
object (but my knowledge of this lib is not enough to locate the exact error in Dart :S)I'm using v3.4.4 of google_maps, according to my pubspec.lock: