Class Style


  • public final class Style
    extends NativeBase

    A style that defines the visual appearance of map rendered features. A Style can be created using a JsonStyleFactory.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update​(Style style)
      Updates this style with content from another style.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • update

        public void update​(@NonNull
                           Style style)

        Updates this style with content from another style. Only style definitions update is curently supported.

        Parameters:
        style -

        Style used as source to update the current style.