Jni moved to different directory
This commit is contained in:
parent
ef3018df84
commit
d71cf2b6a4
219 changed files with 225 additions and 226 deletions
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum AlphaChannelData {
|
public enum AlphaChannelData {
|
||||||
Present,
|
Present,
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class AreaD {
|
public class AreaD {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class AreaF {
|
public class AreaF {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class AreaI {
|
public class AreaI {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class AtlasMapRendererConfiguration extends MapRendererConfiguration {
|
public class AtlasMapRendererConfiguration extends MapRendererConfiguration {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
||||||
|
@ -50,7 +50,7 @@ public class AtlasMapRendererConfiguration extends MapRendererConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void copyTo(MapRendererConfiguration other) {
|
public void copyTo(MapRendererConfiguration other) {
|
||||||
OsmAndCoreJNI.AtlasMapRendererConfiguration_copyTo(swigCPtr, this, MapRendererConfiguration.getCPtr(other), other);
|
OsmAndCoreJNI.AtlasMapRendererConfiguration_copyTo(swigCPtr, this, getCPtr(other), other);
|
||||||
}
|
}
|
||||||
|
|
||||||
public MapRendererConfiguration createCopy() {
|
public MapRendererConfiguration createCopy() {
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapDataProvider extends IMapTiledDataProvider {
|
public class BinaryMapDataProvider extends IMapTiledDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapDataTile extends MapTiledData {
|
public class BinaryMapDataTile extends MapTiledData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapPrimitivesProvider extends IMapTiledDataProvider {
|
public class BinaryMapPrimitivesProvider extends IMapTiledDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapPrimitivesTile extends MapTiledData {
|
public class BinaryMapPrimitivesTile extends MapTiledData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapRasterBitmapTileProvider extends IMapRasterBitmapTileProvider {
|
public class BinaryMapRasterBitmapTileProvider extends IMapRasterBitmapTileProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapRasterBitmapTileProvider_Software extends BinaryMapRasterBitmapTileProvider {
|
public class BinaryMapRasterBitmapTileProvider_Software extends BinaryMapRasterBitmapTileProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapRasterizedTile extends RasterBitmapTile {
|
public class BinaryMapRasterizedTile extends RasterBitmapTile {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapStaticSymbolsProvider extends IMapTiledSymbolsProvider {
|
public class BinaryMapStaticSymbolsProvider extends IMapTiledSymbolsProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BinaryMapStaticSymbolsTile extends TiledMapSymbolsData {
|
public class BinaryMapStaticSymbolsTile extends TiledMapSymbolsData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class BoolPtr {
|
public class BoolPtr {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ColorARGB {
|
public class ColorARGB {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ColorRGB {
|
public class ColorRGB {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class CoreResourcesEmbeddedBundle extends ICoreResourcesProvider {
|
public class CoreResourcesEmbeddedBundle extends ICoreResourcesProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class DefaultLogSink extends ILogSink {
|
public class DefaultLogSink extends ILogSink {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class DoublePtr {
|
public class DoublePtr {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum Edge {
|
public enum Edge {
|
||||||
Invalid(OsmAndCoreJNI.Edge_Invalid_get()),
|
Invalid(OsmAndCoreJNI.Edge_Invalid_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ElevationDataTile extends MapTiledData {
|
public class ElevationDataTile extends MapTiledData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class FColorARGB {
|
public class FColorARGB {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class FColorRGB {
|
public class FColorRGB {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class FloatPtr {
|
public class FloatPtr {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ICoreResourcesProvider {
|
public class ICoreResourcesProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ILogSink {
|
public class ILogSink {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapDataProvider {
|
public class IMapDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapElevationDataProvider extends IMapTiledDataProvider {
|
public class IMapElevationDataProvider extends IMapTiledDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapKeyedDataProvider extends IMapDataProvider {
|
public class IMapKeyedDataProvider extends IMapDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapKeyedSymbolsProvider extends IMapKeyedDataProvider {
|
public class IMapKeyedSymbolsProvider extends IMapKeyedDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapRasterBitmapTileProvider extends IMapTiledDataProvider {
|
public class IMapRasterBitmapTileProvider extends IMapTiledDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapRenderer {
|
public class IMapRenderer {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapStylesCollection {
|
public class IMapStylesCollection {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapStylesPresetsCollection {
|
public class IMapStylesPresetsCollection {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapTiledDataProvider extends IMapDataProvider {
|
public class IMapTiledDataProvider extends IMapDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IMapTiledSymbolsProvider extends IMapTiledDataProvider {
|
public class IMapTiledSymbolsProvider extends IMapTiledDataProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IObfsCollection {
|
public class IObfsCollection {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IObservable {
|
public class IObservable {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IOnlineTileSources {
|
public class IOnlineTileSources {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class IntPtr {
|
public class IntPtr {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class KeyedMapSymbolsData extends MapKeyedData {
|
public class KeyedMapSymbolsData extends MapKeyedData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum LanguageId {
|
public enum LanguageId {
|
||||||
Invariant(OsmAndCoreJNI.LanguageId_Invariant_get()),
|
Invariant(OsmAndCoreJNI.LanguageId_Invariant_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class LatLon {
|
public class LatLon {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum LogSeverityLevel {
|
public enum LogSeverityLevel {
|
||||||
Error(OsmAndCoreJNI.LogSeverityLevel_Error_get()),
|
Error(OsmAndCoreJNI.LogSeverityLevel_Error_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class Logger {
|
public class Logger {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapData {
|
public class MapData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum MapFoundationType {
|
public enum MapFoundationType {
|
||||||
Undefined(OsmAndCoreJNI.MapFoundationType_Undefined_get()),
|
Undefined(OsmAndCoreJNI.MapFoundationType_Undefined_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapKeyedData extends MapData {
|
public class MapKeyedData extends MapData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapPresentationEnvironment {
|
public class MapPresentationEnvironment {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum MapRendererClass {
|
public enum MapRendererClass {
|
||||||
AtlasMapRenderer_OpenGL2plus,
|
AtlasMapRenderer_OpenGL2plus,
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapRendererConfiguration {
|
public class MapRendererConfiguration {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapRendererDebugSettings {
|
public class MapRendererDebugSettings {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapRendererSetupOptions {
|
public class MapRendererSetupOptions {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapRendererState {
|
public class MapRendererState {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum MapRendererStateChange {
|
public enum MapRendererStateChange {
|
||||||
RasterLayers_Providers(OsmAndCoreJNI.MapRendererStateChange_RasterLayers_Providers_get()),
|
RasterLayers_Providers(OsmAndCoreJNI.MapRendererStateChange_RasterLayers_Providers_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapRendererStateChanges {
|
public class MapRendererStateChanges {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapStyleBuiltinValueDefinitions {
|
public class MapStyleBuiltinValueDefinitions {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapStyleConstantValue {
|
public class MapStyleConstantValue {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapStylePreset {
|
public class MapStylePreset {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum MapStyleRulesetType {
|
public enum MapStyleRulesetType {
|
||||||
Invalid(OsmAndCoreJNI.MapStyleRulesetType_Invalid_get()),
|
Invalid(OsmAndCoreJNI.MapStyleRulesetType_Invalid_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum MapStyleValueDataType {
|
public enum MapStyleValueDataType {
|
||||||
Boolean,
|
Boolean,
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapStyleValueDefinition {
|
public class MapStyleValueDefinition {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapStylesCollection extends IMapStylesCollection {
|
public class MapStylesCollection extends IMapStylesCollection {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapStylesPresetsCollection extends IMapStylesPresetsCollection {
|
public class MapStylesPresetsCollection extends IMapStylesPresetsCollection {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapSymbol {
|
public class MapSymbol {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapSymbolsGroup {
|
public class MapSymbolsGroup {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class MapTiledData extends MapData {
|
public class MapTiledData extends MapData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OOBBD {
|
public class OOBBD {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OOBBF {
|
public class OOBBF {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OOBBI {
|
public class OOBBI {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum ObfAddressBlockType {
|
public enum ObfAddressBlockType {
|
||||||
CitiesOrTowns(OsmAndCoreJNI.ObfAddressBlockType_CitiesOrTowns_get()),
|
CitiesOrTowns(OsmAndCoreJNI.ObfAddressBlockType_CitiesOrTowns_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ObfDataInterface {
|
public class ObfDataInterface {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ObfFile {
|
public class ObfFile {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ObfInfo {
|
public class ObfInfo {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ObfMapSectionDataBlockId {
|
public class ObfMapSectionDataBlockId {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ObfRoutingSectionDataBlockId {
|
public class ObfRoutingSectionDataBlockId {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ObfsCollection extends IObfsCollection {
|
public class ObfsCollection extends IObfsCollection {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OnlineRasterMapTileProvider extends IMapRasterBitmapTileProvider {
|
public class OnlineRasterMapTileProvider extends IMapRasterBitmapTileProvider {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OnlineTileSources extends IOnlineTileSources {
|
public class OnlineTileSources extends IOnlineTileSources {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OsmAndCore implements OsmAndCoreConstants {
|
public class OsmAndCore implements OsmAndCoreConstants {
|
||||||
public static boolean InitializeCore(ICoreResourcesProvider coreResourcesProvider) {
|
public static boolean InitializeCore(ICoreResourcesProvider coreResourcesProvider) {
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public interface OsmAndCoreConstants {
|
public interface OsmAndCoreConstants {
|
||||||
public final static int OSMAND_DEBUG = OsmAndCoreJNI.OSMAND_DEBUG_get();
|
public final static int OSMAND_DEBUG = OsmAndCoreJNI.OSMAND_DEBUG_get();
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class OsmAndCoreJNI {
|
public class OsmAndCoreJNI {
|
||||||
public final static native long new_BoolPtr();
|
public final static native long new_BoolPtr();
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class PointD {
|
public class PointD {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class PointF {
|
public class PointF {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class PointI {
|
public class PointI {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class Primitiviser {
|
public class Primitiviser {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class QIODeviceLogSink extends ILogSink {
|
public class QIODeviceLogSink extends ILogSink {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class QStringList {
|
public class QStringList {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum Quadrant {
|
public enum Quadrant {
|
||||||
NE(OsmAndCoreJNI.Quadrant_NE_get()),
|
NE(OsmAndCoreJNI.Quadrant_NE_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class RasterBitmapTile extends MapTiledData {
|
public class RasterBitmapTile extends MapTiledData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum RasterMapLayerId {
|
public enum RasterMapLayerId {
|
||||||
Invalid(OsmAndCoreJNI.RasterMapLayerId_Invalid_get()),
|
Invalid(OsmAndCoreJNI.RasterMapLayerId_Invalid_get()),
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ResolvedMapStyle {
|
public class ResolvedMapStyle {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class ResourcesManager {
|
public class ResourcesManager {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public enum RoutingDataLevel {
|
public enum RoutingDataLevel {
|
||||||
Basemap,
|
Basemap,
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class SWIGTYPE_p_BinaryMapDataProvider_Metrics__Metric_obtainData {
|
public class SWIGTYPE_p_BinaryMapDataProvider_Metrics__Metric_obtainData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class SWIGTYPE_p_BinaryMapPrimitivesProvider_Metrics__Metric_obtainData {
|
public class SWIGTYPE_p_BinaryMapPrimitivesProvider_Metrics__Metric_obtainData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class SWIGTYPE_p_BinaryMapRasterBitmapTileProvider_Metrics__Metric_obtainData {
|
public class SWIGTYPE_p_BinaryMapRasterBitmapTileProvider_Metrics__Metric_obtainData {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class SWIGTYPE_p_FilterMapObjectsByIdFunction {
|
public class SWIGTYPE_p_FilterMapObjectsByIdFunction {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
|
@ -6,7 +6,7 @@
|
||||||
* the SWIG interface file instead.
|
* the SWIG interface file instead.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
package net.osmand.core.jni;
|
package jni;
|
||||||
|
|
||||||
public class SWIGTYPE_p_FilterRoadsByIdFunction {
|
public class SWIGTYPE_p_FilterRoadsByIdFunction {
|
||||||
private long swigCPtr;
|
private long swigCPtr;
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue