Skip to content

Commit

Permalink
lat is on the Y axis and lon on the X
Browse files Browse the repository at this point in the history
  • Loading branch information
brunob committed Aug 12, 2011
1 parent 1a937d1 commit dbef54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mxn.yandex.geocoder.js
Expand Up @@ -45,7 +45,7 @@ Geocoder: {
}

ypoint = response.getGeoPoint();
return_location.point = new mxn.LatLonPoint(ypoint.getX(), ypoint.getY());
return_location.point = new mxn.LatLonPoint(ypoint.getY(), ypoint.getX());
this.callback(return_location);
}
}
Expand Down

0 comments on commit dbef54b

Please sign in to comment.