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

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

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

import android.support.annotation.NonNull;

class LayoutPropertyValue extends PropertyValue {

  LayoutPropertyValue(@NonNull String name, T value) {
    super(name, value);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy