Skip to content

Commit eb9e714

Browse files
willum070amuramotogooglemaps-bot
authored
feat: Adds examples for Place Autocomplete (new). (#1436)
* feat: Adds examples for Place Autocomplete (new). Change-Id: I0d075886419a7d68c2ad07fc5f4be220b2d3df66 * fixes typings issue in new autocomplete samples * chore: update dist folder --------- Co-authored-by: Alex Muramoto <[email protected]> Co-authored-by: googlemaps-bot <[email protected]>
1 parent 385c5fe commit eb9e714

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1871
-9828
lines changed

dist/index.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4098,6 +4098,64 @@ <h4 class="card-header">overlay-symbol-dashed</h4>
40984098
</div>
40994099
</div>
41004100

4101+
<div class="card">
4102+
<h4 class="card-header">place-autocomplete-element</h4>
4103+
<div class="card-footer">
4104+
<button
4105+
class="button"
4106+
onclick="setIframe('./samples/playground.html?sample=place-autocomplete-element')"
4107+
>
4108+
Playground
4109+
</button>
4110+
<button
4111+
class="button"
4112+
onclick="setIframe('./samples/place-autocomplete-element/iframe/index.html')"
4113+
>
4114+
Iframe
4115+
</button>
4116+
<button
4117+
class="button"
4118+
onclick="setIframe('./samples/place-autocomplete-element/app/dist/index.html')"
4119+
>
4120+
App
4121+
</button>
4122+
<a
4123+
class="button"
4124+
href="https://github.com/googlemaps/js-samples/tree/main/samples/place-autocomplete-element"
4125+
>Code</a
4126+
>
4127+
</div>
4128+
</div>
4129+
4130+
<div class="card">
4131+
<h4 class="card-header">place-autocomplete-map</h4>
4132+
<div class="card-footer">
4133+
<button
4134+
class="button"
4135+
onclick="setIframe('./samples/playground.html?sample=place-autocomplete-map')"
4136+
>
4137+
Playground
4138+
</button>
4139+
<button
4140+
class="button"
4141+
onclick="setIframe('./samples/place-autocomplete-map/iframe/index.html')"
4142+
>
4143+
Iframe
4144+
</button>
4145+
<button
4146+
class="button"
4147+
onclick="setIframe('./samples/place-autocomplete-map/app/dist/index.html')"
4148+
>
4149+
App
4150+
</button>
4151+
<a
4152+
class="button"
4153+
href="https://github.com/googlemaps/js-samples/tree/main/samples/place-autocomplete-map"
4154+
>Code</a
4155+
>
4156+
</div>
4157+
</div>
4158+
41014159
<div class="card">
41024160
<h4 class="card-header">place-class</h4>
41034161
<div class="card-footer">

dist/samples/marker-modern/iframe/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/.env

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/.eslintrc.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/.gitignore

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/README.md

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/env.d.ts

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/index.html

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/index.ts

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/package.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/style.css

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/tsconfig.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/app/vite.config.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/docs/index.html

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-element/docs/index.js

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)