Skip to content

Commit

Permalink
chore(docs): remove usage of address binding (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomau authored and Vheissu committed Sep 19, 2017
1 parent c2523ca commit 0aaa3b8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,7 @@ Provide standard latitude and longitude values.

### Address

Provide a string as an address which then gets geocoded and the map is
centred on this particular address.

``` html
<template>
<google-map address="1600 Amphitheatre Parkway. Mountain View, CA 94043"></google-map>
</template>
```
In prior versions, it was possible to bind a property named `address` to the map. This was removed in favor of importing the GoogleMapsAPI service and geocoding the address. In many cases, you'll receive multiple results back from the geocoding service and you may wish to allow the user to select the option.

### Zooming A Map

Expand Down

0 comments on commit 0aaa3b8

Please sign in to comment.