<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — GoogleStreetView with location not working]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1466&amp;type=atom" />
	<updated>2020-03-06T11:55:59Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1466</id>
		<entry>
			<title type="html"><![CDATA[Re: GoogleStreetView with location not working]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6050#p6050" />
			<content type="html"><![CDATA[<p>Many lances were broken in the war of the order parameters.<br />If necessary, I can explain in detail why our assets have this order of parameters.</p><p>The key is not used because these requests do not require a key.<br />But, I think you&#039;re right, and the request should be registered.<br />A modified script is attached.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-03-06T11:55:59Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6050#p6050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GoogleStreetView with location not working]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6049#p6049" />
			<content type="html"><![CDATA[<p>One follow up question, why the API key is not using ??<br />As far as I know, it should be a charged service, isn&#039;t it ??<br /><a href="https://cloud.google.com/maps-platform/pricing/">https://cloud.google.com/maps-platform/pricing/</a></p>]]></content>
			<author>
				<name><![CDATA[raymondtsang_amvr]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1241</uri>
			</author>
			<updated>2020-03-06T11:13:43Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6049#p6049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GoogleStreetView with location not working]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6048#p6048" />
			<content type="html"><![CDATA[<p>It works now, just found that the order of lat/lng value is wrong.<br />It is a lot better if the field order is same as API.</p><p>- <a href="https://developers.google.com/maps/documentation/streetview/intro">https://developers.google.com/maps/docu … view/intro</a><br />location can be either a text string (such as Chagrin Falls, OH) or a lat/lng value (40.457375,-80.009353).</p>]]></content>
			<author>
				<name><![CDATA[raymondtsang_amvr]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1241</uri>
			</author>
			<updated>2020-03-06T11:10:41Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6048#p6048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GoogleStreetView with location not working]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6047#p6047" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Just checked location requests, and on my side it works correctly.<br />Please send a location that does not work for you.</p><p>How exactly do you make the request?<br />Using Online Maps, Google Street View component, or API?<br />If using the API, please show your code.</p><p>The key is not currently used in the request.<br />The key is present so that when / if Google updates access points, we can easily update the asset without the need for users to modify their code.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-03-06T10:38:27Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6047#p6047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[GoogleStreetView with location not working]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6045#p6045" />
			<content type="html"><![CDATA[<p>The source code not even using the key at any where !!!???</p><p>&nbsp; &nbsp; &nbsp; &nbsp; public GoogleStreetViewMetaRequest(string key, double longitude, double latitude, string language)<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string url = &quot;<a href="https://maps.googleapis.com/maps/api/js/GeoPhotoService.SingleImageSearch?pb=!1m5!1sapiv3!5sUS!11m2!1m1!1b0!2m4!1m2!3d{1}!4d{0}!2d750!3m17!2m1!1s{2}!9m1!1e2!11m12!1m3!1e2!2b1!3e2!1m3!1e3!2b1!3e2!1m3!1e10!2b1!3e2!4m6!1e1!1e2!1e3!1e4!1e8!1e6&amp;callback=_xdc_._dqzs51">https://maps.googleapis.com/maps/api/js … c_._dqzs51</a>&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url = string.Format(CultureHelper.cultureInfo, url, longitude, latitude, language);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WWWRequest request = new WWWRequest(url);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; request.OnComplete += OnRequestComplete;<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p>]]></content>
			<author>
				<name><![CDATA[raymondtsang_amvr]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1241</uri>
			</author>
			<updated>2020-03-06T10:16:12Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6045#p6045</id>
		</entry>
</feed>
