0.1.8 • Published 10 years ago

angular2-google-map v0.1.8

Weekly downloads
12
License
MIT
Repository
github
Last release
10 years ago

Installation

npm install angular2-google-map --save

Quick start

// main.ts

import {GOOGLE_MAPS_PROVIDERS} from 'angular2-google-map/core';

bootstrap(App, [
    ....,
    GOOGLE_MAPS_PROVIDERS
]
// View

<google-map [center]="{lat: -34.397, lng: 150.644}" style="width: 100%; height: 100%">
   <google-map-marker [position]="{lat: -34.397, lng: 150.644}"></google-map-marker>
</google-map>

Support options (input, output)

<google-map> (see):

<google-map-marker> (see):

Events

  • (click) = "onHandle($event)"
  • (dblclick) = "onHandle($event)"
  • (rightclick) = "onHandle($event)"
  • (position_changed) = "onHandle($event)"
  • (title_changed) = "onHandle($event)"
  • (icon_changed) = "onHandle($event)"
  • (visible_changed) = "onHandle($event)"

Licence

MIT

The inspiration for this project has served this library SebastianM/angular2-google-maps, but which blocking dependency Angular2...

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago