<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Kommentare zu: Google Maps API &#8211; Place ID Finder	</title>
	<atom:link href="https://www.revilodesign.de/tools/google-maps-api-place-id-finder/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.revilodesign.de/tools/google-maps-api-place-id-finder/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jun 2025 08:12:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		Von: Ibo		</title>
		<link>https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-174</link>

		<dc:creator><![CDATA[Ibo]]></dc:creator>
		<pubDate>Wed, 30 Nov 2022 11:34:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.revilodesign.de/?p=2308#comment-174</guid>

					<description><![CDATA[Hi, das alles funktioniert soweit gut allerdings nicht mit der Einstellung (HTTP-Verweis-URLs) unter den API-Schlüssel  Einstellungen. Wenn man die Anwendungseinschränkungen weg lässt funktioniert alles. Sobald man die HTTP-Verweis-URLs aktiviert und die entsprechenden URLs einträgt funktioniert es nicht. Irgendwie komisch. Weißt du vielleicht was das Problem sein könnte?]]></description>
			<content:encoded><![CDATA[<p>Hi, das alles funktioniert soweit gut allerdings nicht mit der Einstellung (HTTP-Verweis-URLs) unter den API-Schlüssel  Einstellungen. Wenn man die Anwendungseinschränkungen weg lässt funktioniert alles. Sobald man die HTTP-Verweis-URLs aktiviert und die entsprechenden URLs einträgt funktioniert es nicht. Irgendwie komisch. Weißt du vielleicht was das Problem sein könnte?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: admin		</title>
		<link>https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-173</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 16 Jul 2022 19:48:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.revilodesign.de/?p=2308#comment-173</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-172&quot;&gt;NETZPUNKTE&lt;/a&gt;.

Hey netzpunkte,

das freut mich 😊

LG Oli]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-172">NETZPUNKTE</a>.</p>
<p>Hey netzpunkte,</p>
<p>das freut mich 😊</p>
<p>LG Oli</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: NETZPUNKTE		</title>
		<link>https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-172</link>

		<dc:creator><![CDATA[NETZPUNKTE]]></dc:creator>
		<pubDate>Sat, 16 Jul 2022 16:19:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.revilodesign.de/?p=2308#comment-172</guid>

					<description><![CDATA[Danke - das hat mir sehr geholfen!]]></description>
			<content:encoded><![CDATA[<p>Danke &#8211; das hat mir sehr geholfen!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: admin		</title>
		<link>https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-171</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 27 Mar 2021 07:42:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.revilodesign.de/?p=2308#comment-171</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-170&quot;&gt;Matthias&lt;/a&gt;.

Hey Matthias,

vielen Dank für den Hinweis.

LG Oli]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-170">Matthias</a>.</p>
<p>Hey Matthias,</p>
<p>vielen Dank für den Hinweis.</p>
<p>LG Oli</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Matthias		</title>
		<link>https://www.revilodesign.de/tools/google-maps-api-place-id-finder/#comment-170</link>

		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Fri, 26 Mar 2021 20:12:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.revilodesign.de/?p=2308#comment-170</guid>

					<description><![CDATA[Hey spitze, vielen Dank.
Nur
if ( $obj-&#062;candidates[0]-&#062;place_id !== null ) {
    $place_id	=	$obj_placeID-&#062;candidates[0]-&#062;place_id;
} else {
    $place_id	=	&#039;Upsi, Fehler.&#039;;
}

muss

if ( $obj-&#062;candidates[0]-&#062;place_id !== null ) {
    $place_id	=	$obj-&#062;candidates[0]-&#062;place_id;
} else {
    $place_id	=	&#039;Upsi, Fehler.&#039;;
}

lauten.
Gruß Matthias]]></description>
			<content:encoded><![CDATA[<p>Hey spitze, vielen Dank.<br />
Nur<br />
if ( $obj-&gt;candidates[0]-&gt;place_id !== null ) {<br />
    $place_id	=	$obj_placeID-&gt;candidates[0]-&gt;place_id;<br />
} else {<br />
    $place_id	=	&#8218;Upsi, Fehler.&#8216;;<br />
}</p>
<p>muss</p>
<p>if ( $obj-&gt;candidates[0]-&gt;place_id !== null ) {<br />
    $place_id	=	$obj-&gt;candidates[0]-&gt;place_id;<br />
} else {<br />
    $place_id	=	&#8218;Upsi, Fehler.&#8216;;<br />
}</p>
<p>lauten.<br />
Gruß Matthias</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
