Skip to content

newerror/easy-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy-maps

An extremely simple one-line Google Maps package.

Add with:

meteor add jeffrey:easy-map

Note: This package has a default `width:800px` and `height:500px`

Directions:

Add {{> map lat:"[latitude]"" lng:"[longitude]""}} in your HTML file. You will see a map appear centered on a pin at that location.

Example:

Html:

{{> map lat="40.7133" lng="-73.9533"}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 2.6%
  • HTML 2.5%