Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Jan 15, 2024
1 parent 74fae52 commit e93d13a
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2 class="">Packages</h2>
</div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="cover"><span>address</span><wbr></wbr><span><span>Component</span></s
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":places-ktx:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="address-component.html"><span class="token function">addressComponent</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">types<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator">&lt;</span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter "><span class="token keyword">noinline </span>actions<span class="token operator">: </span><span class="token keyword"></span><span data-unresolved-link="com.google.android.libraries.places.api.model/AddressComponent.Builder///PointingToDeclaration/">AddressComponent.Builder</span><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="com.google.android.libraries.places.api.model/AddressComponent///PointingToDeclaration/">AddressComponent</span></div><p class="paragraph">Builds a new <span data-unresolved-link="com.google.android.libraries.places.api.model/AddressComponent///PointingToDeclaration/">AddressComponent</span>.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">the constructed <span data-unresolved-link="com.google.android.libraries.places.api.model/AddressComponent///PointingToDeclaration/">AddressComponent</span></p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>name</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the name of this address component</p></div></div></div></div><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>types</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the types of this address component</p></div></div></div></div><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the actions to apply to the <span data-unresolved-link="com.google.android.libraries.places.api.model/AddressComponent.Builder///PointingToDeclaration/">AddressComponent.Builder</span></p></div></div></div></div></div><h4 class="">See also</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div></div></span></div><div><div class="title"><p class="paragraph"><a href="https://developers.google.com/maps/documentation/geocoding/intro#Types">Address types</a></p></div></div></div></div></div><h4 class="">Throws</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html"><span>Illegal</span><wbr></wbr><span>State</span><wbr></wbr><span><span>Exception</span></span></a></div></span></div><div><div class="title"><p class="paragraph">if <a href="address-component.html">name</a> or <a href="address-component.html">types</a> is empty</p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="cover"><span>autocomplete</span><wbr></wbr><span><span>Prediction</sp
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":places-ktx:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="autocomplete-prediction.html"><span class="token function">autocompletePrediction</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">placeId<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter "><span class="token keyword">noinline </span>actions<span class="token operator">: </span><span class="token keyword"></span><span data-unresolved-link="com.google.android.libraries.places.api.model/AutocompletePrediction.Builder///PointingToDeclaration/">AutocompletePrediction.Builder</span><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="com.google.android.libraries.places.api.model/AutocompletePrediction///PointingToDeclaration/">AutocompletePrediction</span></div><p class="paragraph">Builds a new <span data-unresolved-link="com.google.android.libraries.places.api.model/AutocompletePrediction///PointingToDeclaration/">AutocompletePrediction</span>.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">the constructed <span data-unresolved-link="com.google.android.libraries.places.api.model/AutocompletePrediction///PointingToDeclaration/">AutocompletePrediction</span></p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>place</span><wbr></wbr><span><span>Id</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the place's ID</p></div></div></div></div><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the actions to apply to the <span data-unresolved-link="com.google.android.libraries.places.api.model/AutocompletePrediction.Builder///PointingToDeclaration/">AutocompletePrediction.Builder</span></p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h2 class="">Functions</h2>
</div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="cover"><span>opening</span><wbr></wbr><span><span>Hours</span></span>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":places-ktx:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="opening-hours.html"><span class="token function">openingHours</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">actions<span class="token operator">: </span><span class="token keyword"></span><span data-unresolved-link="com.google.android.libraries.places.api.model/OpeningHours.Builder///PointingToDeclaration/">OpeningHours.Builder</span><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="com.google.android.libraries.places.api.model/OpeningHours///PointingToDeclaration/">OpeningHours</span></div><p class="paragraph">Builds a new <span data-unresolved-link="com.google.android.libraries.places.api.model/OpeningHours///PointingToDeclaration/">OpeningHours</span>.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">the constructed <span data-unresolved-link="com.google.android.libraries.places.api.model/OpeningHours///PointingToDeclaration/">OpeningHours</span></p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the actions to apply to the <span data-unresolved-link="com.google.android.libraries.places.api.model/OpeningHours.Builder///PointingToDeclaration/">OpeningHours.Builder</span></p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="cover"><span><span>period</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":places-ktx:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="period.html"><span class="token function">period</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">actions<span class="token operator">: </span><span class="token keyword"></span><span data-unresolved-link="com.google.android.libraries.places.api.model/Period.Builder///PointingToDeclaration/">Period.Builder</span><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="com.google.android.libraries.places.api.model/Period///PointingToDeclaration/">Period</span></div><p class="paragraph">Builds a new <span data-unresolved-link="com.google.android.libraries.places.api.model/Period///PointingToDeclaration/">Period</span>.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">the constructed <span data-unresolved-link="com.google.android.libraries.places.api.model/Period///PointingToDeclaration/">Period</span></p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the actions to apply to the <span data-unresolved-link="com.google.android.libraries.places.api.model/Period.Builder///PointingToDeclaration/">Period.Builder</span></p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="cover"><span>photo</span><wbr></wbr><span><span>Metadata</span></span
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":places-ktx:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">inline </span><span class="token keyword">fun </span><a href="photo-metadata.html"><span class="token function">photoMetadata</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">photoReference<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter "><span class="token keyword">noinline </span>actions<span class="token operator">: </span><span class="token keyword"></span><span data-unresolved-link="com.google.android.libraries.places.api.model/PhotoMetadata.Builder///PointingToDeclaration/">PhotoMetadata.Builder</span><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="com.google.android.libraries.places.api.model/PhotoMetadata///PointingToDeclaration/">PhotoMetadata</span></div><p class="paragraph">Builds a new <span data-unresolved-link="com.google.android.libraries.places.api.model/PhotoMetadata///PointingToDeclaration/">PhotoMetadata</span>.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">the constructed <span data-unresolved-link="com.google.android.libraries.places.api.model/PhotoMetadata///PointingToDeclaration/">PhotoMetadata</span></p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>photo</span><wbr></wbr><span><span>Reference</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the reference identifying the underlying photo</p></div></div></div></div><div class="table-row" data-filterable-current=":places-ktx:dokkaHtml/release" data-filterable-set=":places-ktx:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">the actions to apply to the <span data-unresolved-link="com.google.android.libraries.places.api.model/PhotoMetadata.Builder///PointingToDeclaration/">PhotoMetadata.Builder</span></p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
Expand Down
Loading

0 comments on commit e93d13a

Please sign in to comment.