struct LocalizationTarget
(Niantic.Lightship.AR.VpsCoverage.LocalizationTarget)
Overview
The LocalizationTarget struct represents a real world point of interest that used for VPS tracking.
struct LocalizationTarget {
		// fields
	
		 string Identifier => _identifier;
		 LatLng Center => _center;
		 string Name => _name;
		 string ImageURL => _imageURL;
		 string DefaultAnchor => _defaultAnchor;
	};
Detailed Documentation
The LocalizationTarget struct represents a real world point of interest that used for VPS tracking.
Fields
Identifier
string Identifier => _identifier
Unique identifier of the LocalizationTarget.
Center
LatLng Center => _center
Geolocation of the LocalizationTarget.
Name
string Name => _name
Name of the LocalizationTarget.
ImageURL
string ImageURL => _imageURL
Url where hint image is stored.
DefaultAnchor
string DefaultAnchor => _defaultAnchor
Default anchor.