Code Monkey home page Code Monkey logo

angular2-yandex-maps's Introduction

Yandex Maps API as an Angular2 components

Yandex Maps API as an Angular2 components

Wiki

Known Vulnerabilities npm version Downloads

Live Demo Plnkr

Добавление маркеров admin panel

https://plnkr.co/edit/djaxM0nKECMynWLJwmjO?p=preview

Работа с большим числом объектов через ObjectManager

https://plnkr.co/edit/mq8VzzINPYXOInPOS2mQ?p=preview

Простая метка с balloon

https://plnkr.co/edit/2m3qE90MxPghI9DKjML6?p=preview

ngFor метки draggable

https://plnkr.co/edit/8njMNbV9vjYTSfyP3fxI?p=preview

Изменение позиций карты

https://plnkr.co/edit/9K1fAZbpgDDoZYUfIdVo?p=preview

Кластеры

https://plnkr.co/edit/rpJpm8FnWWsuJoScAFAN?p=preview

Изменение иконок

https://plnkr.co/edit/dm8EJt8Waa61yKsZRRrM?p=preview

Install

npm install angular2-yandex-maps

index.html

<html>
  <head>
   
    <script >
      let exports = {};
    </script>
  </head>

Systemjs.config.js

(function (global) {
  System.config({
    paths: {
      // paths serve as alias
      'npm:': 'node_modules/'
    },
    // map tells the System loader where to look for things
    map: {
      ....
      'angular2-yandex-maps': 'npm:angular2-yandex-maps'
    },
    // packages tells the System loader how to load when no filename and/or no extension
    packages: {
      app: {
      ...........
       'angular2-yandex-maps': 
       {
         main: './index.js',
         defaultExtension: 'js'
       }
    }
  });
})(this);

API

Тег ya-map & ya-marker:

 <ya-map [latitude]="55.76" [longitude]="37.64">
          <ya-marker [latitude]="55.847" [longitude]="38.6">
          </ya-marker>
           <ya-marker [latitude]="55.847" [longitude]="35.6">
          </ya-marker>
 </ya-map>

Style.css

.map-container-inner
{
   width: 300px;
   height: 200px;
}

angular2-yandex-maps's People

Contributors

anteaterkit avatar gorniv avatar gritsev avatar

Watchers

James Cloos avatar  avatar

Forkers

postera

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.