All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mapbox.mapboxsdk.style.layers.UnknownLayer Maven / Gradle / Ivy

There is a newer version: 9.2.1
Show newest version
package com.mapbox.mapboxsdk.style.layers;

import android.support.annotation.UiThread;

/**
 * An unknown type of layer
 */
@UiThread
public class UnknownLayer extends Layer {

  /**
   * Creates a UnknownLayer.
   *
   * @param nativePtr pointer used by core
   */
  UnknownLayer(long nativePtr) {
    super(nativePtr);
  }

  protected native void initialize();

  @Override
  protected native void finalize() throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy