UNPKG
ng2-heremaps
Version:
latest (0.2.5)
next (0.2.0)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Here Maps for Angular 6
github.com/mjaric/ng2-heremaps
mjaric/ng2-heremaps
ng2-heremaps
/
src
/
services
/
map-ui.service.d.ts
9 lines
(8 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="heremaps" />
import
{
HereMapsManager
}
from
'./maps-manager'
;
export
declare
class
MapUIService
{
private
mapManager;
readonly
ui
:
Promise
<H.
ui
.
UI
>;
setUi
:
(
ui
: H.ui.UI
) =>
void
;
constructor
(
mapManager
:
HereMapsManager
); }