@AnyLogicInternalAPI public interface ITileURLProvider extends java.io.Serializable
com.anylogic.engine.presentation.ShapeGISMap
has tile layer. This interface is used to get URL for downloading tile.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSourceName()
Returns the name of tile provider.
|
java.lang.String |
getTileURL(int x,
int y,
int zoom)
See details on openstreetmap.org
|
java.lang.String getTileURL(int x, int y, int zoom)
x
- tile id in range 0..2zy
- tile id in range 0..2zzoom
- the zoom of the mapjava.lang.String getSourceName()
Copyright © AnyLogic North America, LLC. All Rights Reserved.