Translator Reviews ( English → Japanese )

Rating: 51 / 0 Reviews / 09 Jul 2019 at 22:09

steveforest
steveforest 51 I worked for the broadcaster as an en...
English

MKGeoJSONDecoder should feel pretty familiar to you.
You simply create your decoder, you passage your data and it will return an array of either MKGeoJSONFeatures or MapKit's geometry such as MKPolygon or MKPolylines and so on.
And this depends on how your GeoJSON is structured because you can either have features in your top level or geometry in
your top level GeoJSON.
So if you take a look at how this example GeoJSON from before would be decoded by the MKGeoJSONDecoder, we can realize that since this one has a single feature, our resulting array will just have one item.
But the decoder also decodes the geometry into MapKit classes.

Japanese

MKGeoJSONDecoder はあなたにはよくお馴染みでしょう。
デコーダーを作り、データを渡すとMKGeoJSONFeatures又はMKPolygonとしてのMapKit's ジオメトリ、MKPolylines などの配列を返します。
これはGeoJSONがどの様な構成になっているかで変わってきます。トップレベルを得るか、トップレベルGeoJSONの幾何学を与えるのです。一例として従来のGeoJSONを見てみると、それはMKGeoJSONDecoderにデコードされたものです。これにはたった一つの機能しかないため、我々の結果配列というのは一つのアイテムしかないということが分かる。しかし、デコーダーは幾何学をMapKitクラスへとデコードするのである。

Reviews ( 0 )

There are no translator reviews yet.
Additional info: プログラミング言語はそのまま英語表記もしくはカタカナ表記でも構いません。