久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<i id='wFC6z'><tr id='wFC6z'><dt id='wFC6z'><q id='wFC6z'><span id='wFC6z'><b id='wFC6z'><form id='wFC6z'><ins id='wFC6z'></ins><ul id='wFC6z'></ul><sub id='wFC6z'></sub></form><legend id='wFC6z'></legend><bdo id='wFC6z'><pre id='wFC6z'><center id='wFC6z'></center></pre></bdo></b><th id='wFC6z'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='wFC6z'><tfoot id='wFC6z'></tfoot><dl id='wFC6z'><fieldset id='wFC6z'></fieldset></dl></div>
    <bdo id='wFC6z'></bdo><ul id='wFC6z'></ul>
    1. <small id='wFC6z'></small><noframes id='wFC6z'>

      <tfoot id='wFC6z'></tfoot>
    2. <legend id='wFC6z'><style id='wFC6z'><dir id='wFC6z'><q id='wFC6z'></q></dir></style></legend>

        美國所有州的 iOS 覆蓋(MKPolygon)數據?

        iOS overlay (MKPolygon) data for all U.S. states?(美國所有州的 iOS 覆蓋(MKPolygon)數據?)
      1. <tfoot id='kkukL'></tfoot>
        <legend id='kkukL'><style id='kkukL'><dir id='kkukL'><q id='kkukL'></q></dir></style></legend>
        <i id='kkukL'><tr id='kkukL'><dt id='kkukL'><q id='kkukL'><span id='kkukL'><b id='kkukL'><form id='kkukL'><ins id='kkukL'></ins><ul id='kkukL'></ul><sub id='kkukL'></sub></form><legend id='kkukL'></legend><bdo id='kkukL'><pre id='kkukL'><center id='kkukL'></center></pre></bdo></b><th id='kkukL'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='kkukL'><tfoot id='kkukL'></tfoot><dl id='kkukL'><fieldset id='kkukL'></fieldset></dl></div>

        1. <small id='kkukL'></small><noframes id='kkukL'>

              <bdo id='kkukL'></bdo><ul id='kkukL'></ul>

                  <tbody id='kkukL'></tbody>

                  本文介紹了美國所有州的 iOS 覆蓋(MKPolygon)數據?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  在 的 SW15" rel="nofollow noreferrer">在地圖上顯示疊加層 部分iOS 開發者庫 Location Awareness Programming Guide,有一個示例顯示覆蓋科羅拉多州的填充和描邊覆蓋".

                  In the Displaying Overlays on a Map section of the iOS Developer Library Location Awareness Programming Guide, there is an example that "shows a filled and stroked overlay covering the state of Colorado."

                  // Define an overlay that covers Colorado.
                  CLLocationCoordinate2D  points[4];
                  
                  points[0] = CLLocationCoordinate2DMake(41.000512, -109.050116);
                  points[1] = CLLocationCoordinate2DMake(41.002371, -102.052066);
                  points[2] = CLLocationCoordinate2DMake(36.993076, -102.041981);
                  points[3] = CLLocationCoordinate2DMake(36.99892, -109.045267);
                  
                  MKPolygon* poly = [MKPolygon polygonWithCoordinates:points count:4];
                  poly.title = @"Colorado";
                  
                  [map addOverlay:poly];
                  

                  問題是否有美國所有 50 個州的坐標數據源使用相同的緯度/經度數據,并且可以隨時免費獲得?

                  Question Is there a source of coordinate data for all 50 U.S. states using this same latitude/longitude data readily and freely available?

                  推薦答案

                  在 Google 上搜索 us state outline geo coordinates 發現 stackoverflow 問題 州/省的地理邊界 -> Google Maps Polygon,其答案鏈接到 美國各州多邊形的 XML(科羅拉多州數據如下).

                  Ran a Google search for us state outline geo coordinates and found stackoverflow question Geographical boundaries of states/provinces -> Google Maps Polygon, which has an answer linking to XML for US state polygons (Colorado data below).

                  <state name="Colorado" colour="#880000">
                    <point lat="37.0004" lng="-109.0448"/>
                    <point lat="36.9949" lng="-102.0424"/>
                    <point lat="41.0006" lng="-102.0534"/>
                    <point lat="40.9996" lng="-109.0489"/>
                    <point lat="37.0004" lng="-109.0448"/>
                  </state>
                  

                  我還發現 美國州和國家邊界坐標,鏈接到 NationalAtlas.com,一級行政邊界(州),美國,2005 年,但這些數據看起來比我需要的要精確得多.

                  I also found US State and Country border coordinates with a link to NationalAtlas.com, First Level Administrative Boundaries (States), United States, 2005, but that data looks much more precise than I need.

                  另一個數據來源是州邊界數據集它鏈接到一個文件,其中包含構成州邊界的線段的地理坐標"(下面的科羅拉多數據).

                  Another source of data was The State Border Data Set which linked to a file with "geographic coordinates of the line segments that make up the state borders" (Colorado data below).

                  bordindx, st1st2, milemark, lat, long, st1, st2,
                  19 ,CO-NE ,0 ,40.003 ,102.051 ,08 ,31 ,
                  19 ,CO-NE ,68.95 ,41.002 ,102.051 ,08 ,31 ,
                  19 ,CO-NE ,173.19 ,41.001 ,104.053 ,08 ,31 ,
                  20 ,CO-NM ,0 ,36.999 ,109.044 ,08 ,35 ,
                  20 ,CO-NM ,333 ,37 ,103.001 ,08 ,35 ,
                  21 ,CO-OK ,0 ,37 ,103.001 ,08 ,40 ,
                  21 ,CO-OK ,52.89 ,36.993 ,102.041 ,08 ,40 ,
                  22 ,CO-UT ,0 ,41 ,109.049 ,08 ,49 ,
                  22 ,CO-UT ,276.11 ,36.999 ,109.044 ,08 ,49 ,
                  23 ,CO-WY ,0 ,41.001 ,104.053 ,08 ,56 ,
                  23 ,CO-WY ,260.18 ,41 ,109.049 ,08 ,56 ,
                  

                  更新:我將 states.xml 的精煉版本以及 Objective-C 代碼放在 kjhsoftware/us-state-polygons github repo.

                  Update: I put an refined version of the states.xml, as well as Objective-C code on a kjhsoftware/us-state-polygons github repo.

                  這篇關于美國所有州的 iOS 覆蓋(MKPolygon)數據?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Help calculating X and Y from Latitude and Longitude in iPhone(幫助從 iPhone 中的緯度和經度計算 X 和 Y)
                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  CLLocation returning negative speed(CLLocation 返回負速度)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網絡提供商)
                    <tbody id='t9odc'></tbody>
                    <legend id='t9odc'><style id='t9odc'><dir id='t9odc'><q id='t9odc'></q></dir></style></legend>

                    <small id='t9odc'></small><noframes id='t9odc'>

                        • <bdo id='t9odc'></bdo><ul id='t9odc'></ul>

                          <tfoot id='t9odc'></tfoot>
                          • <i id='t9odc'><tr id='t9odc'><dt id='t9odc'><q id='t9odc'><span id='t9odc'><b id='t9odc'><form id='t9odc'><ins id='t9odc'></ins><ul id='t9odc'></ul><sub id='t9odc'></sub></form><legend id='t9odc'></legend><bdo id='t9odc'><pre id='t9odc'><center id='t9odc'></center></pre></bdo></b><th id='t9odc'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='t9odc'><tfoot id='t9odc'></tfoot><dl id='t9odc'><fieldset id='t9odc'></fieldset></dl></div>
                            主站蜘蛛池模板: 成人久久18免费网站 | 婷婷成人在线 | 久久精品国产亚洲一区二区三区 | 美国av片在线观看 | 亚洲在线一区二区 | 久久亚洲一区二区 | 久久成人一区二区三区 | 一区二区久久 | 国产精品激情 | 日韩一区不卡 | 操操操操操 | 国产一区二区精华 | 高清av电影 | 天堂久 | 国产91丝袜在线熟 | av网址在线 | 国产精品久久影院 | 国产精品一区二区无线 | 秋霞在线一区 | 一区二区三区国产精品 | 黄色毛片黄色毛片 | 国产精品精品视频一区二区三区 | 91视频免费视频 | 国产一区在线看 | 日韩欧美在 | 国产精品久久国产精品 | 午夜影院网站 | 二区国产 | 五月天国产在线 | 天堂一区二区三区四区 | 中文字幕第7页 | 麻豆亚洲 | 亚洲成人一区二区三区 | 国产成人高清 | 亚洲欧美精品国产一级在线 | 四虎影院在线观看免费视频 | 成人免费共享视频 | 欧日韩在线 | 久久精品在线播放 | 亚洲综合久久网 | 99热精品在线观看 |