UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
src
/
framework
/
browser
/
app
/
models
/
Marker.ts
7 lines
(4 loc)
•
142 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
class
Marker
{
constructor
(
public
lng
:
number
,
public
lat
:
number
,
public
title
?:
string
,
public
iconUrl
?:
string
){ } }