[TASK] Initial commit with basic product setup
This commit is contained in:
11
Assets/Mapbox SDK/Mapbox/Unity/Map/Interfaces/IUnifiedMap.cs
Normal file
11
Assets/Mapbox SDK/Mapbox/Unity/Map/Interfaces/IUnifiedMap.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Mapbox.Utils;
|
||||
|
||||
namespace Mapbox.Unity.Map.Interfaces
|
||||
{
|
||||
public interface IUnifiedMap
|
||||
{
|
||||
//void InitializeMap(MapOptions options);
|
||||
void UpdateMap(Vector2d latLon, float zoom);
|
||||
void ResetMap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user