Subject: | Longitude and latitude always the same in result |
The following line in the geocode() method looks wrong:
lat => $point->{centroid}->{coordinates}->[0],
long => $point->{centroid}->{coordinates}->[0],
that way latitude and longitude are always the same. Probably one of
both should use the 2nd element (...->[1]).
Regards,
Slaven