Skip to content

L42y/angular-amap-toolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Installation

  1. bower install --save angular-amap-toolbar

  2. including angular-amap-toolbar.js script file provided by this component into your application

  3. adding l42y.amap.toolar as a module dependency to your application

Usage

<div amap-map
     amap-toolbar="controller.mapToolbarOptions"
     amap-toolbars="ruler, direction, location, labels">
</div>

Options (optional)

  1. specify ToolbarOptions with amap-toolbar

  2. specify which toolbar component to display with amap-toolbars, available options are:

    1. ruler

    2. labels

    3. location

    4. direction

License

WTFPL

About

AngularJS directive for Amap toolbar

Resources

Stars

Watchers

Forks

Packages

No packages published