Giter VIP home page Giter VIP logo

angular2-google-maps's Introduction

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):

  • [backgroundColor] = "string"
  • [center] = "{lat: number, lng: number} | {latitude: number, longitude: number} | Coordinates"
  • [disableDoubleClickZoom] = "boolean"
  • [draggable] = "boolean"
  • [keyboardShortcuts] = "boolean"
  • [scrollwheel] = "boolean"
  • [zoom] = "number"
  • [minZoom] = "number"
  • [maxZoom] = "number"
  • [disableDefaultUI] = "boolean"
  • [mapTypeControl] = "boolean"
  • [rotateControl] = "boolean"
  • [scaleControl] = "boolean"
  • [streetViewControl] = "boolean"
  • [zoomControl] = "boolean"

<google-map-marker> (see):

  • [position] = "{lat: number, lng: number} | {latitude: number, longitude: number} | Coordinates"
  • [clickable] = "boolean"
  • [icon] = "string"
  • [opacity] = "number"
  • [title] = "string"
  • [visible] = "boolean"
  • [zIndex] = "number"
  • [animation] = "number"
  • [delay] = "number" - Delay marker initialization

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...

angular2-google-maps's People

Contributors

korsar-zn avatar

Watchers

James Cloos avatar Subhani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.