+ // If set to true, then reverse order of queries will be tried by default.
+ // When set to false only selected languages alloow reverse search.
+ @define('CONST_Search_ReversePlanForAll', true);
+
+ // Maximum number of OSM ids that may be queried at once
+ // for the places endpoint.
+ @define('CONST_Places_Max_ID_count', 50);