<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Google Street View Not Working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21142#M1844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shaning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You need to stop using Google StreetView in your application. There is no way to be compliant with Google TOS unlees you are only using the Google Maps API and a google basemap. You can NOT display a StreetView image with a map (i.e. esri map) other than a Google map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read up on &lt;A href="https://developers.google.com/maps/terms#10-license-restrictions"&gt;Google TOS 10.4.d and 10.4.e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently took down my Google StreetView widget do to this TOS Violation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 20:05:02 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-08-29T20:05:02Z</dc:date>
    <item>
      <title>Google Street View Not Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21138#M1840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Several months ago, the Google Street View worked well in my application in html format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I created an aspx page and loaded all of the HTML code into it.&amp;nbsp; When I click the Google Street Map again, I received warning message: "Oops! Something went wrong.&amp;nbsp; This page did not load Google Maps correctly.&amp;nbsp; See the JavaScript code for technical details."&amp;nbsp; Through Chrome F12, the error message is Google Maps API error: &lt;/P&gt;&lt;P&gt;MissingKeyMapError.&amp;nbsp; Then, I checked&amp;nbsp; &lt;A href="https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error"&gt;https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgba(255, 255, 255, 0.952941); display: inline !important; float: none;"&gt;and followed the instruction (&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;A href="https://developers.google.com/maps/documentation/javascript/get-api-key"&gt;https://developers.google.com/maps/documentation/javascript/get-api-key&lt;/A&gt; &lt;/SPAN&gt;) and get the key.&amp;nbsp; I copied pasted the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-variant-caps: normal; color: #212121; white-space: normal; font-weight: normal; letter-spacing: normal; display: inline ! important; font-size: 14px; float: none; background-color: rgba(255, 255, 255, 0.953); text-transform: none; word-spacing: 0px; text-indent: 0px; font-family: Roboto,sans-serif; font-variant-ligatures: normal; text-align: left;"&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;lt;script async defer src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmaps.googleapis.com%2Fmaps%2Fapi%2Fjs%3Fkey%3DmyKeyHere%26callback%3DinitMap" rel="nofollow" target="_blank"&gt;https://maps.googleapis.com/maps/api/js?key=myKeyHere&amp;amp;callback=initMap&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; type="text/javascript"&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgba(255, 255, 255, 0.952941); display: inline !important; float: none;"&gt;But I still get runtime error. Did I do something wrong? &lt;/SPAN&gt;&amp;nbsp; Thanks if you can help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 15:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21138#M1840</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2016-08-26T15:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Not Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21139#M1841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re-worked on the key setting and got the problem solved.&amp;nbsp; Thanks for your review.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 17:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21139#M1841</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2016-08-29T17:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Not Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21140#M1842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to re-activate my thread again since it works on one of my deployed IIS service but not on another one.&amp;nbsp; In both of them the domains are the same.&amp;nbsp; Should I do some settings on the IIS?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 19:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21140#M1842</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2016-08-29T19:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Not Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21141#M1843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at&amp;nbsp;an important note placed at:&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-2991"&gt;Google Street View Widget 2.1 - 08/29/16&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&amp;nbsp;As it appears, the Widget is not conform to the Google Maps API Terms of Service!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 20:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21141#M1843</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-08-29T20:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Not Working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21142#M1844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shaning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You need to stop using Google StreetView in your application. There is no way to be compliant with Google TOS unlees you are only using the Google Maps API and a google basemap. You can NOT display a StreetView image with a map (i.e. esri map) other than a Google map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read up on &lt;A href="https://developers.google.com/maps/terms#10-license-restrictions"&gt;Google TOS 10.4.d and 10.4.e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently took down my Google StreetView widget do to this TOS Violation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 20:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/google-street-view-not-working/m-p/21142#M1844</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-29T20:05:02Z</dc:date>
    </item>
  </channel>
</rss>

