SmartEyeglass SDK
public class

SmartEyeglassControlUtils.PointInWorldCoordinate

extends java.lang.Object
  1. java.lang.Object
  2. com.sony.smarteyeglass.extension.util.SmartEyeglassControlUtils.PointInWorldCoordinate

Class Overview

Defines a point in the real-world coordinate system.

Summary

Fields
public double latitude The latitude, in degrees.
public double longitude The longitude, in degrees.
public double altitude The altitude, in meters above sea level.
Public Constructors
SmartEyeglassControlUtils.PointInWorldCoordinate()

Fields

public double latitude

The latitude, in degrees.

public double longitude

The longitude, in degrees.

public double altitude

The altitude, in meters above sea level.

Public Constructors

public SmartEyeglassControlUtils.PointInWorldCoordinate()