Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

dverbovyi/angular-heremaps

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate npm version

angular-heremaps

Live demo https://dverbovyi.github.io/angular-heremaps/

AngularJS directive for working with Here Maps

0.1.9 latest release

see release notes

Install guide:

    npm install angular-heremaps
include angular-heremaps file
    <script src="/node_modules/angular-heremaps/dist/angular-heremaps.min.js" type="text/javascript"></script>
add dependency in your angular application
    angular.module('exampleModule', ['heremaps'])
add config provider:

Before, you should register here and get your app id. Then pass it below

    angular.module('exampleModule')
        .config(["HereMapsConfigProvider", function(HereMapsConfigProvider) {
            HereMapsConfigProvider.setOptions({
                'app_id': 'your_app_id_here',
                'app_code': 'your_app_code_here',
                'useHTTPS': true
            });
        }]);

Simple directive initialization with default options.

        <div heremaps></div>

See details on wiki pages

Please report, any issue here

To Contribute

Fork and clone the project

    git clone https://github.com/{{username}}/angular-heremaps.git

and make pull request

Install dependencies

    cd angular-heremaps

    npm i

Start dev-server

    gulp serve

Build resources

    gulp build

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.