Interface IMapWritable
Namespace:Mapbox.Unity.Map.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface IMapWritable
Methods
SetCenterLatitudeLongitude(Vector2d)
Declaration
void SetCenterLatitudeLongitude(Vector2d centerLatitudeLongitude)
Parameters
Type |
Name |
Description |
Vector2d |
centerLatitudeLongitude |
|
SetCenterMercator(Vector2d)
Declaration
void SetCenterMercator(Vector2d centerMercator)
Parameters
Type |
Name |
Description |
Vector2d |
centerMercator |
|
SetWorldRelativeScale(Single)
Declaration
void SetWorldRelativeScale(float scale)
Parameters
Type |
Name |
Description |
System.Single |
scale |
|
SetZoom(Single)
Declaration
Parameters
Type |
Name |
Description |
System.Single |
zoom |
|