Skip to content

Commit 3f96572

Browse files
committed
Updated usage instructions on README file
1 parent 86a70a9 commit 3f96572

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
zoom: 13, // required
4040
center: 'Brooklyn+Bridge,New+York,NY',
4141
format: 'gif',
42+
language: 'ja',
4243
markers: [
4344
{
4445
label: 'B', color: 'blue', lat: 40.702147, lng: -74.015794, size: 'normal',
@@ -76,7 +77,7 @@
7677
4. In your template just call the static map component
7778

7879
```html
79-
<static-map :google-api-key="apiKey" :format="format" :markers="markers" :zoom="zoom" :center="center" :size="size" :type="type"></static-map>
80+
<static-map :google-api-key="apiKey" :format="format" :markers="markers" :zoom="zoom" :center="center" :size="size" :type="type" :paths="paths" :language="language"></static-map>
8081
```
8182

8283
## Events

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-static-map",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "a simple component to generate static google map",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)