Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-01-16 13:58:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:10 +0300
commit202f74a50c203a53db532a87f3f29cccf712a151 (patch)
tree9c7a77996c76d64d03e80785a947440c8839b0b7 /editor/server_api.hpp
parente074b2c9e5dacbbc6976bbdf530a95ffa6858894 (diff)
[editor] More correct method name.
Diffstat (limited to 'editor/server_api.hpp')
-rw-r--r--editor/server_api.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/server_api.hpp b/editor/server_api.hpp
index db6b0d74dd..b0de50fdfa 100644
--- a/editor/server_api.hpp
+++ b/editor/server_api.hpp
@@ -42,7 +42,7 @@ public:
/// @returns OSM xml string with features in the bounding box or empty string on error.
OsmOAuth::Response GetXmlFeaturesInRect(m2::RectD const & latLonRect) const;
- OsmOAuth::Response GetXmlNodeByLatLon(double lat, double lon) const;
+ OsmOAuth::Response GetXmlFeaturesAtLatLon(double lat, double lon) const;
private:
OsmOAuth m_auth;