Giter VIP home page Giter VIP logo

angular-bing-maps's Introduction

Angular Bing Maps

Join the chat at https://gitter.im/Credera/angular-bing-maps

##Project Status This is a project that Credera is developing as part of a client engagement. All requirements / features of Angular Bing Maps are driven by that client's needs. Once our client's needs have been met, we will be focusing on any additional features requested by the community. In the meantime, please feel free to submit an issue and/or PR with any features that might be missing.

##Getting Started

  1. Obtain source code for angular-bing-maps * Via Bower bower install angular-bing-maps --save * Via git git clone [email protected]:Credera/angular-bing-maps.git
  2. Include /dist/angular-bing-maps.min.js in your HTML source * <script type="text/javascript" src="bower_components/angular-bing-maps/dist/angular-bing-maps.min.js"></script>
  3. Include Bing Maps' Javascript file in your HTML source * <script charset="UTF-8" type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
  4. Include 'angularBingMaps' module in your angular app dependencies * var myApp = angular.module('yourAppName', ['angularBingMaps']);
  5. Add your parent <bing-map></bing-map> directive into your HTML with your Bing Maps API credentials * Please see /example/bing-map-directive.html for a basic example. * NOTE: Please register for your own Bing Maps API key at https://www.bingmapsportal.com. Login with your Windows Live account and click 'My Account' -> 'Create or view your keys'

##Documentation Proper documentation is in our road map, but currently not implemented. Please view /examples for example usage of each directive.

List of available directives

⭐ - Third party modules must be manually included in addition to angular-bing-maps.js. Please use modules found inside this repository under /BingMapModules/{{moduleName}}

angular-bing-maps's People

Contributors

gitter-badger avatar sjmorrow avatar

Watchers

 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.