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

com.mapbox.mapboxsdk.style.functions.stops.IdentityStops Maven / Gradle / Ivy

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

/**
 * The {@link Stops} implementation for identity functions
 *
 * @param  the input/output type
 */
public class IdentityStops extends Stops {

  /**
   * {@inheritDoc}
   */
  @Override
  protected String getTypeName() {
    return "identity";
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy