Sejda wrote
I found that, in present version of Google Maps API GPolygon has internal property "mD" which represents "mouseOutTolerance" property, I don't understand why they do not make this property public (with fixed human readable name).
Reducing the number of public properties to those that Google think you need allows Google more flexibility to change the internal structure of the code if it should become necessary.
Note that the internal compressed property names, like "mD", usually change each time the code compressor is run. If you end up using that property you'd need to lock yourself into that specific API release.
-- Mike Williams -- 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.
