Commit 5c195385 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

Merge branch '73-removal-here-maps-api-key' into 'master'

Resolve "Removal Here Maps API Key"

Closes #73

See merge request awado/hft_awado_app!66
parents bd9451ab dbbeb83c
Pipeline #1786 failed with stages
...@@ -47,7 +47,8 @@ export class HereMapComponent implements OnInit { ...@@ -47,7 +47,8 @@ export class HereMapComponent implements OnInit {
private mapDataService: MapDataService) { private mapDataService: MapDataService) {
this.platform = new H.service.Platform({ 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 }); let watch = this.geolocation.watchPosition({ enableHighAccuracy: true, maximumAge: 10000 });
......
...@@ -71,7 +71,8 @@ export class HirebikePage implements OnInit { ...@@ -71,7 +71,8 @@ export class HirebikePage implements OnInit {
public alertController: AlertController) { public alertController: AlertController) {
this.platform = new H.service.Platform({ this.platform = new H.service.Platform({
'apikey': 'tiVTgBnPbgV1spie5U2MSy-obhD9r2sGiOCbBzFY2_k' // Api key for HereMaps JS version
'apikey': ''
}); });
} }
......
...@@ -50,7 +50,8 @@ export class HomePage implements OnInit, OnDestroy { ...@@ -50,7 +50,8 @@ export class HomePage implements OnInit, OnDestroy {
public loadingService: LoadingService) { public loadingService: LoadingService) {
this.platform = new H.service.Platform({ this.platform = new H.service.Platform({
'apikey': 'tiVTgBnPbgV1spie5U2MSy-obhD9r2sGiOCbBzFY2_k' // Api key for HereMaps JS version
'apikey': ''
}); });
} }
......
...@@ -63,7 +63,8 @@ export class MyreservationPage implements OnInit { ...@@ -63,7 +63,8 @@ export class MyreservationPage implements OnInit {
public distanceService: DistanceService, public distanceService: DistanceService,
public loadingService: LoadingService) { public loadingService: LoadingService) {
this.platform = new H.service.Platform({ this.platform = new H.service.Platform({
'apikey': 'tiVTgBnPbgV1spie5U2MSy-obhD9r2sGiOCbBzFY2_k' // Api key for HereMaps JS version
'apikey': ''
}); });
this.mapRouter = this.platform.getRoutingService(); this.mapRouter = this.platform.getRoutingService();
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment