Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
#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
Showing
3 changed files
src/app/components/here-map/here-map.component.ts
+2
-1
src/app/components/here-map/here-map.component.ts
src/app/home/home.page.ts
+2
-1
src/app/home/home.page.ts
src/app/myreservation/myreservation.page.ts
+2
-1
src/app/myreservation/myreservation.page.ts
with
6 additions
and
3 deletions
+6
-3
src/app/components/here-map/here-map.component.ts
+
2
-
1
View file @
60fced24
...
@@ -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
});
...
...
This diff is collapsed.
Click to expand it.
src/app/home/home.page.ts
+
2
-
1
View file @
60fced24
...
@@ -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
'
:
''
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
src/app/myreservation/myreservation.page.ts
+
2
-
1
View file @
60fced24
...
@@ -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
();
}
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets