本文へスキップ
バージョン: 3.4

struct LocalizationTarget

(Niantic.Lightship.AR.VpsCoverage.LocalizationTarget)

概要

LocalizationTarget構造体は、VPSトラッキングに使用される実世界の注目点を表す。

struct LocalizationTarget {
// fields

readonly string Identifier => _identifier;
readonly LatLng Center => _center;
readonly string Name => _name;
readonly string ImageURL => _imageURL;
readonly string DefaultAnchor => _defaultAnchor;
}

詳細資料

LocalizationTarget構造体は、VPSトラッキングに使用される実世界の注目点を表す。

Fields

Identifier

読み出し専用文字列 Identifier => _identifier

[LocalizationTarget]の一意識別子 (./index.mdx)。

Center

readonly LatLng Center => _center

LocalizationTargetのジオロケーション。

Name

読み出し専用文字列 Name => _name

[LocalizationTarget](./index.mdx)の名前。

ImageURL

readonly string ImageURL => _imageURL

ヒント画像が格納されているURL。

DefaultAnchor

readonly string DefaultAnchor => _defaultAnchor

デフォルトのアンカー。