Files
badeend-go/Assets/Mapbox SDK/Mapbox/Unity/Map/Interfaces/IMapScalingStrategy.cs

8 lines
124 B
C#

namespace Mapbox.Unity.Map.Interfaces
{
public interface IMapScalingStrategy
{
void SetUpScaling(AbstractMap map);
}
}