8 lines
124 B
C#
8 lines
124 B
C#
namespace Mapbox.Unity.Map.Interfaces
|
|
{
|
|
public interface IMapScalingStrategy
|
|
{
|
|
void SetUpScaling(AbstractMap map);
|
|
}
|
|
}
|