<?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: is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360443#M33411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Egge-Jabn,&lt;/P&gt;&lt;P&gt;I have gone through API repository and found state &amp;amp; county data but did not found any api which will return boundary coordinates for city , town and district.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have search data on&amp;nbsp;&lt;A class="link-titled" href="https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services" title="https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services&lt;/A&gt;&amp;nbsp;&amp;nbsp;this link.&lt;/P&gt;&lt;P&gt;Example :- I want to get boundary coordinates for Gilbert in Arizona, which API I should consume for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2020 06:45:33 GMT</pubDate>
    <dc:creator>mukulchavan</dc:creator>
    <dc:date>2020-09-10T06:45:33Z</dc:date>
    <item>
      <title>is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360439#M33407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 09:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360439#M33407</guid>
      <dc:creator>mukulchavan</dc:creator>
      <dc:date>2020-09-09T09:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360440#M33408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/420626"&gt;mukul chavan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should have a look at the ArcGIS REST API:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/" title="https://developers.arcgis.com/rest/"&gt;ArcGIS REST API | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you will find an example retrieving the boundary of the state of Arizona:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0/query?where=STATE_NAME+%3D+%27Arizona%27&amp;amp;outFields=*&amp;amp;returnGeometry=true&amp;amp;f=pgeojson" title="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0/query?where=STATE_NAME+%3D+%27Arizona%27&amp;amp;outFields=*&amp;amp;returnGeometry=true&amp;amp;f=pgeojson"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0/query?where=STA…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360440#M33408</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2020-09-09T11:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360441#M33409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Thanks!!!&lt;/P&gt;&lt;P&gt;I have gone through api link which you have provided. But did not get information which I am seeking. Can you please provide me link from where did you get "&lt;A class="link-titled" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgis.com%2FP3ePLMYs2RVChkJx%2Farcgis%2Frest%2Fservices%2FUSA_States_Generalized%2FFeatureServer%2F0%2Fquery%3Fwhere%3DSTATE_NAME%2B%253D%2B%2527Arizona%2527%26outFields%3D*%26returnGeometry%3Dtrue%26f%3Dpgeojson" title="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgis.com%2FP3ePLMYs2RVChkJx%2Farcgis%2Frest%2Fservices%2FUSA_States_Generalized%2FFeatureServer%2F0%2Fquery%3Fwhere%3DSTATE_NAME%2B%253D%2B%2527Arizona%2527%26outFields%3D*%26returnGeometry%3Dtrue%26f%3Dpgeojson"&gt;https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgis.com%2FP3ePLMYs2RVChkJx%2Farcgis%2Frest%2…&lt;/A&gt;&amp;nbsp;" this service, so that I can get much information on how to pass queryparams , what should be passed to get county boundary , city boundary , district boundary..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 12:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360441#M33409</guid>
      <dc:creator>mukulchavan</dc:creator>
      <dc:date>2020-09-09T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360442#M33410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/420626"&gt;mukul chavan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this map through the Living Atlas: &lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=d7c21ac2f29348cebf45f70515f72a42" title="https://www.arcgis.com/home/item.html?id=d7c21ac2f29348cebf45f70515f72a42"&gt;https://www.arcgis.com/home/item.html?id=d7c21ac2f29348cebf45f70515f72a42&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The underlying service can be found here: &lt;A class="link-titled" href="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0" title="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 j-img-floatend jive-image" src="https://community.esri.com/legacyfs/online/506646_pastedImage_7.png" style="float: right;" /&gt;At the bottom of this page you will find a link to query the service:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0/query" title="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0/query"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0/query&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can enter your parameters - see screen capture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 13:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360442#M33410</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2020-09-09T13:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: is there any api which provide boundary coordinates of city, county and country ? I want to use those api to draw boundary for search place. Example: If i search for Arizona USA i should get coordinate for Arizona jurisdictional boundary</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360443#M33411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Egge-Jabn,&lt;/P&gt;&lt;P&gt;I have gone through API repository and found state &amp;amp; county data but did not found any api which will return boundary coordinates for city , town and district.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have search data on&amp;nbsp;&lt;A class="link-titled" href="https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services" title="https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services&lt;/A&gt;&amp;nbsp;&amp;nbsp;this link.&lt;/P&gt;&lt;P&gt;Example :- I want to get boundary coordinates for Gilbert in Arizona, which API I should consume for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2020 06:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-api-which-provide-boundary/m-p/360443#M33411</guid>
      <dc:creator>mukulchavan</dc:creator>
      <dc:date>2020-09-10T06:45:33Z</dc:date>
    </item>
  </channel>
</rss>

