Sha256: 449014bc0e3b362780530f9cbfd6f1f182ac3ccf83a930d9e01589daf7fed91c

Contents?: true

Size: 625 Bytes

Versions: 6

Compression:

Stored size: 625 Bytes

Contents

# Description

Provide as much background as you need to get the implementer up to speed on the problem to be solved. This can also include screenshots and links to other issues or pull requests.

# Steps to Reproduce

Don't forget to point out the difference between what *should* happen and what *does* happen. Here's an example:

1. Try geocoding "1600 Pennsylvania Ave":
    ```ruby
    white_house = GoogleMapsGeocoder.new('1600 Pennsylvania Ave')
    ```
2. The formatted address doesn't match the White House:
   ```ruby
   white_house.formatted_address
   => "1600 Pennsylvania Ave, Charleston, WV 25302, USA"
   ```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
google_maps_geocoder-0.7.3 .github/ISSUE_TEMPLATE.md
google_maps_geocoder-0.7.2 .github/ISSUE_TEMPLATE.md
google_maps_geocoder-0.7.1 .github/ISSUE_TEMPLATE.md
google_maps_geocoder-0.7 .github/ISSUE_TEMPLATE.md
google_maps_geocoder-0.6.1 .github/ISSUE_TEMPLATE.md
google_maps_geocoder-0.6.0 .github/ISSUE_TEMPLATE.md