diff --git a/src/app/components/here-map/here-map.component.ts b/src/app/components/here-map/here-map.component.ts index 9241bf23d8366329291a784d1566b952f1befc8f..3b8a1a96dc4a10df679f5c6ca375f69821e98f0e 100644 --- a/src/app/components/here-map/here-map.component.ts +++ b/src/app/components/here-map/here-map.component.ts @@ -47,7 +47,8 @@ export class HereMapComponent implements OnInit { private mapDataService: MapDataService) { this.platform = new H.service.Platform({ - 'apikey': 'tiVTgBnPbgV1spie5U2MSy-obhD9r2sGiOCbBzFY2_k' + // Api key for HereMaps JS version + 'apikey': '' }); let watch = this.geolocation.watchPosition({ enableHighAccuracy: true, maximumAge: 10000 }); diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts index 7a2a9deb1f981ef4dcb834fec537c1ac988cd208..77cae3c21f2d6764456c16815c383802818f3e5a 100644 --- a/src/app/home/home.page.ts +++ b/src/app/home/home.page.ts @@ -50,7 +50,8 @@ export class HomePage implements OnInit, OnDestroy { public loadingService: LoadingService) { this.platform = new H.service.Platform({ - 'apikey': 'tiVTgBnPbgV1spie5U2MSy-obhD9r2sGiOCbBzFY2_k' + // Api key for HereMaps JS version + 'apikey': '' }); } diff --git a/src/app/myreservation/myreservation.page.ts b/src/app/myreservation/myreservation.page.ts index bbee115aa465875b47a88290426814f027f79d7d..0b9bd8a35293da624a7e643011b5462815479d92 100644 --- a/src/app/myreservation/myreservation.page.ts +++ b/src/app/myreservation/myreservation.page.ts @@ -63,7 +63,8 @@ export class MyreservationPage implements OnInit { public distanceService: DistanceService, public loadingService: LoadingService) { this.platform = new H.service.Platform({ - 'apikey': 'tiVTgBnPbgV1spie5U2MSy-obhD9r2sGiOCbBzFY2_k' + // Api key for HereMaps JS version + 'apikey': '' }); this.mapRouter = this.platform.getRoutingService(); }