Interface IUnifiedMap
Namespace:Mapbox.Unity.Map.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface IUnifiedMap
Methods
ResetMap()
Declaration
void ResetMap()
UpdateMap(Vector2d, Single)
Declaration
void UpdateMap(Vector2d latLon, float zoom)
Parameters
Type | Name | Description |
---|---|---|
Vector2d | latLon | |
System.Single | zoom |