public class NutiteqOnlineVectorTileLayer extends VectorTileLayer
swigCMemOwn| Constructor and Description |
|---|
NutiteqOnlineVectorTileLayer(long cPtr,
boolean cMemoryOwn) |
NutiteqOnlineVectorTileLayer(java.lang.String styleAssetName)
Constructs a NutiteqOnlineVectorTileLayer object from a style asset name.
Uses "nutiteq.osm" as a source. Style asset must be included in the project, style asset defines visual style of the map. |
NutiteqOnlineVectorTileLayer(java.lang.String source,
java.lang.String styleAssetName)
Constructs a NutiteqOnlineVectorTileLayer object from a source name and style asset name.
Style asset must be included in the project, style asset defines visual style of the map. |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(NutiteqOnlineVectorTileLayer obj) |
static NutiteqOnlineVectorTileLayer |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
clearTileCaches, getCPtr, getLabelOrder, getTileCacheCapacity, getTileDecoder, setLabelOrder, setTileCacheCapacitycalculateMapTile, calculateMapTileOrigin, getCPtr, getDataSource, getTileSubstitutionPolicy, getZoomLevelBias, isPreloading, isUpdateInProgress, setPreloading, setTileSubstitutionPolicy, setZoomLevelBiasequals, getCPtr, getPriority, getVisibleZoomRange, hashCode, isVisible, refresh, setPriority, setVisible, setVisibleZoomRange, updatepublic NutiteqOnlineVectorTileLayer(long cPtr,
boolean cMemoryOwn)
public NutiteqOnlineVectorTileLayer(java.lang.String styleAssetName)
styleAssetName - The name of the style asset that defines visual style of the map.public NutiteqOnlineVectorTileLayer(java.lang.String source,
java.lang.String styleAssetName)
source - The tile source name. Main and default source is currently "nutiteq.osm".styleAssetName - The name of the style asset that defines visual style of the map.public static long getCPtr(NutiteqOnlineVectorTileLayer obj)
protected void finalize()
finalize in class VectorTileLayerpublic void delete()
delete in class VectorTileLayerpublic static NutiteqOnlineVectorTileLayer swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public java.lang.String swigGetClassName()
swigGetClassName in class VectorTileLayerpublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class VectorTileLayer