[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
namespace Mapbox.Unity.Location
|
||||
{
|
||||
|
||||
|
||||
public interface IMapboxLocationInfo
|
||||
{
|
||||
|
||||
float latitude { get; }
|
||||
|
||||
float longitude { get; }
|
||||
|
||||
float altitude { get; }
|
||||
|
||||
float horizontalAccuracy { get; }
|
||||
|
||||
float verticalAccuracy { get; }
|
||||
|
||||
double timestamp { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user