Commit 60fced24 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

#73 removed api key and added instruction for api key

parent bd9451ab
Pipeline #1784 canceled with stages
......@@ -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 });
......
......@@ -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': ''
});
}
......
......@@ -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();
}
......
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