Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/turnPointMarker.js b/src/turnPointMarker.js
- index dc6093c..40aa793 100644
- --- a/src/turnPointMarker.js
- +++ b/src/turnPointMarker.js
- @@ -111,8 +111,8 @@ const DestinationMarker = new Lang.Class({
- _onMarkerDrag: function() {
- let query = Application.routeService.query;
- let place = new Geocode.Place({
- - location: new Geocode.Location({ latitude: this.latitude,
- - longitude: this.longitude }) });
- + location: new Geocode.Location({ latitude: this.latitude.toFixed(5),
- + longitude: this.longitude.toFixed(5) }) });
- this._queryPoint.place = place;
- }
Advertisement
Add Comment
Please, Sign In to add comment