|
@@ -93669,8 +93669,8 @@ and limitations under the License.
|
|
|
var t = this;
|
|
|
this.clearSearchResults(),
|
|
|
this.PoiService.routeStart && this.PoiService.routeEnd && (this.UrlService.addRouteParameters(this.PoiService.routeStart, this.PoiService.routeEnd),
|
|
|
- //this.RouteService.findRoute(this.PoiService.routeStart.globalLocation, this.PoiService.routeEnd.globalLocation).then((function(e) {
|
|
|
- this.RouteService.findRoute(this.PoiService.routeStart.location, this.PoiService.routeEnd.location).then((function(e) {
|
|
|
+ this.RouteService.findRoute(this.PoiService.routeStart.globalLocation, this.PoiService.routeEnd.globalLocation).then((function(e) {
|
|
|
+ //this.RouteService.findRoute(this.PoiService.routeStart.location, this.PoiService.routeEnd.location).then((function(e) {
|
|
|
t.PoiService.wasRouteFound = e.instructions.length > 0,
|
|
|
t.PoiService.poisChanged.emit(),
|
|
|
s.isMobileBrowser() && r.blurActiveElement()
|