Instance Property インスタンスプロパティ

mapItem

Attaches the specified map item to a user activity object. 指定されたマップ項目をユーザアクティビティオブジェクトに添付します。

Declaration 宣言

var mapItem: MKMapItem! { get set }

Discussion 議論

Use this property to share a map item’s location information with other apps so that users can benefit from a more contextually integrated experience. For example, if a user views a location in an app that provides restaurant reviews, this property can make the same location available to the user when they switch to an app that helps them make travel plans. このプロパティを使うことであるマップ項目のもつ位置情報を他のアプリと共有してください、それでユーザはより文脈上統合された体験からの利益を得られます。例えば、ユーザがある場所をレストランレビューを提供するアプリにおいて見るならば、このプロパティは同じ場所をユーザに、彼らが旅行プランを立てるの手助けするアプリに切り替えるときに利用可能にできます。

Setting the mapItem property also populates the user activity object’s contentAttributeSet property. After attaching a map item to a user activity object, you can easily adopt app search by setting the object’s isEligibleForSearch property to true. To learn more about participating in app search, see App Search Programming Guide. mapItemプロパティを設定することはまた、ユーザアクティビティオブジェクトのもつcontentAttributeSetプロパティにデータを入れます。あるマップ項目をユーザアクティビティオブジェクトに添付した後、あなたは簡単にアプリ検索を採用することがオブジェクトのもつisEligibleForSearchプロパティをtrueに設定することで可能です。アプリ検索に関与することについてもっと学ぶには、App Search Programming Guideを見てください。