Sha256: 956e374d3584dad64b00b698c78347583e8f42da56ce3279d84a9632c1b77bd6

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

# Cartographie

Cartographie is a wrapper for Google's Static Maps API

## Installation

Add this line to your application's Gemfile:

    gem 'cartographie'

Or install it yourself as:

    $ gem install cartographie

## Usage

```ruby
require 'cartographie'
Cartographie.map('San Francisco, CA')
Cartographie.map('New York, NY', width: 200, height: 200, zoom: 10)
```

**Defaults**

- width: 300
- height: 300
- zoom: 15
- format: 'png'
- sensor: false

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cartographie-0.0.1 README.md