Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 438 Bytes

File metadata and controls

19 lines (17 loc) · 438 Bytes

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"}}