Skip to content

Google Maps MarkerWithLabel Utility with AMD support ( works with requirejs optimizer )

License

Notifications You must be signed in to change notification settings

noop/gmaps-markerwithlabel-amd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmaps-markerwithlabel-amd

Based on Google Maps MarkerWithLabel 1.1.9. This is basically a fork that adds src/markerwithlabel-amd.js.

This extension offers AMD support for Google Maps MarkerWithLabel utility library of Google Maps Javascript API v3. Also fixes the problem with requirejs optimizer. Dependencies

bower install google-markerwithlabel
git clone https://github.com/lupugabriel1/gmaps-markerwithlabel-amd.git

Usage

paths: {
    require.config({
        /* Bower Libraries */
        async: '../bower_components/requirejs-plugins/src/async',
        markerlabel: '../bower_components/google-makerwithlabel/src/markerwithlabel-amd',
...
var MarkerLabel = require('markerlabel');
...
var myMarker = new MarkerLabel({ ... })

License

Apache 2.0

About

Google Maps MarkerWithLabel Utility with AMD support ( works with requirejs optimizer )

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%