Reality Mixer - Augmented Audio  1.0
Add seamless spatial audio to your augmented experiences
Public Member Functions | Static Public Member Functions | Properties | List of all members
FIcontent.Gaming.Enabler.RealityMixer.AugmentedAudio.Location Class Reference

Provide location data with method to calculate the geospatial distance between to points presented with latitude and longitude coordinates. The location class provides an independent variant of location information in cases where FIContent.Gaming.Enabler.POI-Interface is not selected for use. More...

Public Member Functions

 Location (double lat, double lon)
 Location constructor which takes global grid reference coordinates More...
 

Static Public Member Functions

static double Distance (Location p1, Location p2)
 Geospatial surface distance calculation based on earth mean radius More...
 

Properties

double Latitude [get, set]
 Latitude accessor More...
 
double Longitude [get, set]
 Longitude accessor More...
 

Detailed Description

Provide location data with method to calculate the geospatial distance between to points presented with latitude and longitude coordinates. The location class provides an independent variant of location information in cases where FIContent.Gaming.Enabler.POI-Interface is not selected for use.

Constructor & Destructor Documentation

FIcontent.Gaming.Enabler.RealityMixer.AugmentedAudio.Location.Location ( double  lat,
double  lon 
)

Location constructor which takes global grid reference coordinates

Parameters
latis a double precision latitude coordinate
lonis a double precision logitude coordinate

Member Function Documentation

static double FIcontent.Gaming.Enabler.RealityMixer.AugmentedAudio.Location.Distance ( Location  p1,
Location  p2 
)
static

Geospatial surface distance calculation based on earth mean radius

Property Documentation

double FIcontent.Gaming.Enabler.RealityMixer.AugmentedAudio.Location.Latitude
getset

Latitude accessor

double FIcontent.Gaming.Enabler.RealityMixer.AugmentedAudio.Location.Longitude
getset

Longitude accessor