When I run the example.php I get a lot of Notices, like: Notice: Undefined variable: encodeString in C:\Program Files\Apache Software. Probably because it throws so many, the script aborts with a timeout after 30seconds. All of the warnings are caused because the variables used aren't initialized before being used in things like comparisons.
I attempted to patch by initializing the variables which eliminated the warnings. However the encoded polylines I got were incorrect. So, has anyone patched class.polyline.Encoder.php to make the notices go away? Or another workaround for all of the errors? Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
