class WayspotAnchorsConfigurationFactory (Niantic.ARDK.AR.WayspotAnchors.WayspotAnchorsConfigurationFactory)

Overview

Class factory for [WayspotAnchorsConfiguration]. More…

class WayspotAnchorsConfigurationFactory {
public:
    // methods

    static IWayspotAnchorsConfiguration Create();
    static IWayspotAnchorsConfiguration Create(RuntimeEnvironment environment);
};

Detailed Documentation

Class factory for [WayspotAnchorsConfiguration].

See also:

Working with the Visual Positioning System (VPS)

Methods

static IWayspotAnchorsConfiguration Create()

Initializes a new instance of the WayspotAnchorsConfiguration class.

static IWayspotAnchorsConfiguration Create(RuntimeEnvironment environment)

Create an WayspotAnchorsConfiguration for the specified RuntimeEnvironment.

Parameters:

env

Returns:

The created configuration, or null if it was not possible to create a configuration.