index
title: struct LocalizationTarget toc_max_heading_level: 4
struct LocalizationTarget
(Niantic.Lightship.AR.VpsCoverage.LocalizationTarget)。
概要
LocalizationTarget structは、VPSトラッキングに使用される実世界の関心点を表す。
struct LocalizationTarget {
// フィールド
string Identifier => _identifier;
LatLng Center => _center;
string Name => _name;
string ImageURL => _imageURL;
string DefaultAnchor => _defaultAnchor;
};
詳細なドキュメント
LocalizationTarget structは、VPSトラッキングに使用される実世界の関心点を表す。
フィールド
識別子
string Identifier => _identifier
LocalizationTargetの一意識別子。
中心
LatLng Center => _center
LocalizationTargetのジオロケーション。
名前
string Name => _name
ImageURL
string ImageURL => _imageURL
ヒン ト画像が格納されているURL。
DefaultAnchor
string DefaultAnchor => _defaultAnchor
デフォルトのアンカー。