Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed May 31, 2020
1 parent ae28751 commit dbbb88c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ document.getElementById('exec').addEventListener('click', () => {

コールバック関数に引き数として渡される緯度経度のオブジェクトは以下のようになっています。

```json
```javascript
{
addr: "大阪市中央区xxx"
lat: 35.1234.
lng: 135.1234
addr: "大阪市中央区xxx",
lat: 35.1234,
lng: 135.1234,
}
```

Expand Down

0 comments on commit dbbb88c

Please sign in to comment.