Skip to content

Commit 61c942a

Browse files
committed
Patch for #467
1 parent c6338b5 commit 61c942a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/googlemaps-cdv-plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,8 +2191,8 @@ externalService.launchNavigation = function(params) {
21912191
if (typeof params.to === "object" && "toUrlValue" in params.to ) {
21922192
params.to = params.to.toUrlValue();
21932193
}
2194-
params.from = params.from.replace(/\s+/g, "%20");
2195-
params.to = params.to.replace(/\s+/g, "%20");
2194+
//params.from = params.from.replace(/\s+/g, "%20");
2195+
//params.to = params.to.replace(/\s+/g, "%20");
21962196
cordova.exec(null, null, "External", 'launchNavigation', [params]);
21972197
};
21982198
/*****************************************************************************

0 commit comments

Comments
 (0)