Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
60fced24
Commit
60fced24
authored
Apr 24, 2020
by
Ratnadeep Rajendra Kharade
Browse files
#73
removed api key and added instruction for api key
parent
bd9451ab
Pipeline
#1784
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/components/here-map/here-map.component.ts
View file @
60fced24
...
...
@@ -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
});
...
...
src/app/home/home.page.ts
View file @
60fced24
...
...
@@ -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
'
:
''
});
}
...
...
src/app/myreservation/myreservation.page.ts
View file @
60fced24
...
...
@@ -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
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment