Class LocationLogReader
Parses location data and returns Location objects.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public class LocationLogReader : LocationLogAbstractBase, IDisposable
Constructors
LocationLogReader(Byte[])
Declaration
public LocationLogReader(byte[] contents)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | contents |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposeManagedResources)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposeManagedResources |
Finalize()
Declaration
protected void Finalize()
GetLocations()
Returns 'Location' objects from the data passed in. Loops through the data.
Declaration
public IEnumerator<Location> GetLocations()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<Location> | 'Location' objects and loops through the data. |