Skip to main content
Version: 3.5

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

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

Detailed Documentation

The LocalizationTarget struct represents a real world point of interest that used for VPS tracking.

Fields

Identifier

readonly string Identifier => _identifier

Unique identifier of the LocalizationTarget.

Center

readonly LatLng Center => _center

Geolocation of the LocalizationTarget.

Name

readonly string Name => _name

Name of the LocalizationTarget.

ImageURL

readonly string ImageURL => _imageURL

Url where hint image is stored.

DefaultAnchor

readonly string DefaultAnchor => _defaultAnchor

Default anchor.