public interface

VDARLocalizationManagerEventReceiver

com.vidinoti.android.vdarsdk.VDARLocalizationManagerEventReceiver
Known Indirect Subclasses

Class Overview

Defines clients which receives events from the localization manager. Classes implementing this interface can intercepts events in order to know when a localization update is available.

Summary

Public Methods
abstract void onLocalizationUpdate(float longitude, float latitude, float searchDistance)
Is called when a localization update has occurred within VDARSDK.

Public Methods

public abstract void onLocalizationUpdate (float longitude, float latitude, float searchDistance)

Is called when a localization update has occurred within VDARSDK.

It can be either a localization update based on GPS or based on surrounding networks (e.g. wireless).

Parameters
longitude The longitude of the position on earth in WGS84 format, in degree.
latitude The latitude of the position on earth in WGS84 format, in degree.
searchDistance Search radius for the AR Models in meters.