Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
13725b63
Commit
13725b63
authored
Aug 30, 2019
by
amal
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amal' into 'master'
Amal See merge request
!6
parents
50be8a92
57f42af8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
home.page.ts
src/app/home/home.page.ts
+1
-0
nearby.page.ts
src/app/nearby/nearby.page.ts
+9
-0
No files found.
src/app/home/home.page.ts
View file @
13725b63
...
...
@@ -51,3 +51,4 @@ export class HomePage implements OnInit {
}
}
src/app/nearby/nearby.page.ts
View file @
13725b63
...
...
@@ -9,6 +9,7 @@ import { MouseEvent } from '@agm/core';
styleUrls
:
[
'./nearby.page.scss'
],
})
export
class
NearbyPage
implements
OnInit
{
markers
=
[
{
...
...
@@ -43,6 +44,7 @@ export class NearbyPage implements OnInit {
private
location
:
Location
)
{
}
ngOnInit
()
{
...
...
@@ -78,3 +80,10 @@ export class NearbyPage implements OnInit {
window
.
history
.
back
();
}
}
interface
marker
{
lat
:
number
;
lng
:
number
;
label
?:
string
;
draggable
:
boolean
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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