Show / Hide Table of Contents

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
void SetZoom(float zoom)
Parameters
Type Name Description
System.Single zoom
Back to top © 2017 Mapbox