> the calculation with the result $maxlat, the value of $vanposlat is 52 > instead of 52.13333. That gives a difference with the V2 solution.
If you think your sum is giving the wrong answer then the php interpreter on your server is broken. Just possible whatever numbers you generate are being interpreted differently at the client, if they are getting sent to the client (we can't tell as you haven't shown us anything helpful about that) I would be looking very carefully at the input to your sum, as the geocoding result starts out as a string. You happened to use a comma as a decimal indicator in your first post about this, perhaps that is related. -- 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.
