From: Anton Khorev Date: Sun, 11 Aug 2024 03:47:38 +0000 (+0300) Subject: Rename geocodeCallback to changeCallback, call it from latlon setValue X-Git-Tag: live~809^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ec6789920cdb3548155ff676af893ee277ee7bfa?hp=ec6789920cdb3548155ff676af893ee277ee7bfa Rename geocodeCallback to changeCallback, call it from latlon setValue endpoint.setValue always calls changeCallback on its successful completion, with geocoding or without. This allows to decide when to call getRoute entirely from callbacks and event listeners. ---