We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a44cf0 commit 38c1a05Copy full SHA for 38c1a05
src/app/passengers/components/smart/trip-planner/trip-planner.component.ts
@@ -112,7 +112,7 @@ export class TripPlannerComponent implements OnInit {
112
this.estimatedDistance = this.service.estimatedDistance;
113
}
114
115
- setInitialCords() {
+ setInitialCords(): any {
116
return new Promise((resolve, reject) => {
117
if ('geolocation' in navigator) {
118
navigator.geolocation.getCurrentPosition((position) => {
0 commit comments